Skip to main content
All docs
V26.1
  • DisplayUnitType Enum

    Lists values that specify display units for the value axis.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    NuGet Package: DevExpress.Docs.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.

    Percentage

    This value is returned for the secondary value axis of a Pareto chart and is not valid for other chart types.

    Related API Members

    The following properties accept/return DisplayUnitType values:

    See Also