Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DisplayUnitType Enum

Lists values used to specify display unit scaling for the value axis.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public enum DisplayUnitType

Members

Name Description
None

Specifies that values on the value axis should be displayed by default based on chart data.

Billions

Specifies that values on the value axis should be divided by 1,000,000,000.

HundredMillions

Specifies that values on the value axis should be divided by 100,000,000.

Hundreds

Specifies that values on the value axis should be divided by 100.

HundredThousands

Specifies that values on the value axis should be divided by 100,000.

Millions

Specifies that values on the value axis should be divided by 1,000,000.

TenMillions

Specifies that values on the value axis should be divided by 10,000,000.

TenThousands

Specifies that values on the value axis should be divided by 10,000.

Thousands

Specifies that values on the value axis should be divided by 1,000.

Trillions

Specifies that values on the value axis should be divided by 1,000,000,000,000.

Custom

Specifies that custom display units defined by the DisplayUnitOptions.CustomUnit property should be used to display values on the value axis.

Remarks

The values listed by this enumeration are used to set the DisplayUnitOptions.UnitType property.

See Also