Skip to main content

DisplayUnitType Enum

Lists values that specify display units for the value axis.

Namespace: DevExpress.Spreadsheet.Charts

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public enum DisplayUnitType

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.

Related API Members

The following properties accept/return DisplayUnitType values:

See Also