Skip to main content
All docs
V26.1
  • DisplayUnitOptionsBase.UnitType Property

    Gets or sets the display unit type.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public DisplayUnitType UnitType { get; set; }

    Property Value

    Type Description
    DisplayUnitType

    A DisplayUnitType value.

    Available values:

    Show 12 items
    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.

    See Also