DisplayUnitType Enum
Lists values that specify display units for the value axis.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v20.2.Core.dll
Declaration
Members
Name | Description |
---|---|
None | Raw values are displayed on the axis. |
Billions | Axis values are divided by 1,000,000,000. |
HundredMillions | Axis values are divided by 100,000,000. |
Hundreds | Axis values are divided by 100. |
HundredThousands | Axis values are divided by 100,000. |
Millions | Axis values are divided by 1,000,000. |
TenMillions | Axis values are divided by 10,000,000. |
TenThousands | Axis values are divided by 10,000. |
Thousands | Axis values are divided by 1,000. |
Trillions | Axis values are divided by 1,000,000,000,000. |
Custom | The DisplayUnitOptions.CustomUnit property defines custom display units. You cannot specify custom units for Microsoft® Excel® 2016 charts. |
Percentage | This value is returned for the secondary value axis of a Pareto chart and cannot be used for other chart types. |