| GrapeCity.Excel.Chart Namespace : BuiltInDisplayUnitValue Enumeration | 
'Declaration Public Enum BuiltInDisplayUnitValue Inherits System.Enum
'Usage Dim instance As BuiltInDisplayUnitValue
public enum BuiltInDisplayUnitValue : System.Enum
| Member | Description | 
|---|---|
| Billions | Specifies the value on the chart shall be divided by 1000000000 | 
| HundredMillions | Specifies the value on the chart shall be divided by 100000000 | 
| Hundreds | Specifies the value on the chart shall be divided by 100 | 
| HundredThousands | Specifies the value on the chart shall be divided by 100000 | 
| Millions | Specifies the value on the chart shall be divided by 1000000 | 
| None | Specifies the value on the chart shall be displayed directly. | 
| TenMillions | Specifies the value on the chart shall be divided by 10000000 | 
| TenThousands | Specifies the value on the chart shall be divided by 10000 | 
| Thousands | Specifies the value on the chart shall be divided by 1000 | 
| Trillions | Specifies the value on the chart shall be divided by 1000000000000 | 
System.Object
   System.ValueType
      System.Enum
         GrapeCity.Excel.Chart.BuiltInDisplayUnitValue
Target Platforms: Windows Server 2012, Windows RT