windowsforms-devexpress-dot-xtracharts-dot-designer-dot-numericscaleoptionsmodel.md
Gets or sets the value of the NumericScaleOptions.MeasureUnit within the model.
Namespace : DevExpress.XtraCharts.Designer
Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll
NuGet Package : DevExpress.Win.Charts
[PropertyForOptions]
public NumericMeasureUnit MeasureUnit { get; set; }
<PropertyForOptions>
Public Property MeasureUnit As NumericMeasureUnit
| 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.
|
You can access this nested property as listed below:
| Object Type | Path to MeasureUnit |
|---|---|
| AxisBaseModel |
.NumericScaleOptions .MeasureUnit
|
See Also
NumericScaleOptionsModel Class