Back to Devexpress

NumericScaleOptionsModel.MeasureUnit Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-numericscaleoptionsmodel.md

latest2.4 KB
Original Source

NumericScaleOptionsModel.MeasureUnit Property

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

Declaration

csharp
[PropertyForOptions]
public NumericMeasureUnit MeasureUnit { get; set; }
vb
<PropertyForOptions>
Public Property MeasureUnit As NumericMeasureUnit

Property Value

TypeDescription
NumericMeasureUnit

The numeric measure unit.

|

Available values:

NameDescription
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 TypePath to MeasureUnit
AxisBaseModel

.NumericScaleOptions .MeasureUnit

|

See Also

NumericScaleOptionsModel Class

NumericScaleOptionsModel Members

DevExpress.XtraCharts.Designer Namespace