'Declaration
Public Enum DisplayUnit Inherits System.Enum
'Usage
Dim instance As DisplayUnit
public enum DisplayUnit : System.Enum
'Declaration
Public Enum DisplayUnit Inherits System.Enum
'Usage
Dim instance As DisplayUnit
public enum DisplayUnit : System.Enum
Member | Description |
---|---|
Billions | The values on the chart shall be divided by 1,000,000,000. |
Custom | The values on the chart shall be divided by DisplayUnitCustom. |
HundredMillions | The values on the chart shall be divided by 100,000,000. |
Hundreds | The values on the chart shall be divided by 100. |
HundredThousands | The values on the chart shall be divided by 100,000. |
Millions | The values on the chart shall be divided by 1,000,000. |
None | The values on the chart shall be kept as it is. |
Percentage | The values on the chart shall be divided by 0.01. |
TenMillions | The values on the chart shall be divided by 10,000,000. |
TenThousands | The values on the chart shall be divided by 10,000. |
Thousands | The values on the chart shall be divided by 1,000. |
Trillions | The values on the chart shall be divided by 1,000,000,000,000. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.Charts.DisplayUnit