'Declaration
Public Enum AxisDisplayUnitsType Inherits System.Enum
'Usage
Dim instance As AxisDisplayUnitsType
public enum AxisDisplayUnitsType : System.Enum
'Declaration
Public Enum AxisDisplayUnitsType Inherits System.Enum
'Usage
Dim instance As AxisDisplayUnitsType
public enum AxisDisplayUnitsType : System.Enum
Member | Description |
---|---|
Billions | The values will be divided by 1 000 000 000 before being displayed. |
HundredMillions | The values will be divided by 100 000 000 before being displayed. |
Hundreds | The values will be divided by 100 before being displayed. |
HundredThousands | The values will be divided by 100 000 before being displayed. |
Millions | The values will be divided by 1 000 000 before being displayed. |
None | The values will be displayed as is. |
TenMillions | The values will be divided by 10 000 000 before being displayed. |
TenThousands | The values will be divided by 10 000 before being displayed. |
Thousands | The values will be divided by 1000 before being displayed. |
Trillions | The values will be divided by 1 000 000 000 000 before being displayed. |
System.Object
System.ValueType
System.Enum
Xceed.Workbooks.NET.AxisDisplayUnitsType
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2