NumericScaleOptionsModel.MeasureUnit Property
Gets or sets the value of the NumericScaleOptions.MeasureUnit within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v25.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
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:
| Object Type | Path to MeasureUnit |
|---|---|
| AxisBaseModel |
|