Back to Devexpress

DisplayUnitType Enum

officefileapi-devexpress-dot-spreadsheet-dot-charts-794e0826.md

latest1.9 KB
Original Source

DisplayUnitType Enum

Lists values that specify display units for the value axis.

Namespace : DevExpress.Spreadsheet.Charts

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum DisplayUnitType
vb
Public Enum DisplayUnitType

Members

NameDescription
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.

|

The following properties accept/return DisplayUnitType values:

See Also

DevExpress.Spreadsheet.Charts Namespace