corelibraries-devexpress-dot-xtracharts-bf97a6e5.md
Lists the values that specify the detail level for numeric values.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum NumericMeasureUnit
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum NumericMeasureUnit
| 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.
|
The following properties accept/return NumericMeasureUnit values:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | NumericScaleOptions.MeasureUnit |
| WinForms Controls | NumericScaleOptionsModel.MeasureUnit |
The values listed by the NumericMeasureUnit enumeration are used to set the NumericScaleOptions.MeasureUnit property.
See Also