Skip to main content
A newer version of this page is available. .

NumericScaleOptionsModel.MeasureUnit Property

Gets or sets the value of the NumericScaleOptions.MeasureUnit within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.1.Wizard.dll

Declaration

[PropertyForOptions]
public NumericMeasureUnit MeasureUnit { get; set; }

Property Value

Type Description
NumericMeasureUnit

The numeric measure unit.

Available values:

Name Description
Ones

Specifies ones as the measurement unit for numeric values.

Tens

Specifies tens as the measurement unit for numeric values.

Hundreds

Specifies hundreds as the measurement unit for numeric values.

Thousands

Specifies thousands as the measurement unit for numeric values.

Millions

Specifies millions as the measurement unit for numeric values.

Billions

Specifies billions as the measurement unit for numeric values.

Custom

The measurement unit for numeric values is specified by the NumericScaleOptions.CustomMeasureUnit property.

Property Paths

You can access this nested property as listed below:

See Also