NumericMeasureUnit Enum
Lists the values that specify the detail level for numeric values.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[TypeConverter(typeof(EnumTypeConverter))]
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum NumericMeasureUnit
<TypeConverter(GetType(EnumTypeConverter))>
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum NumericMeasureUnit
Members
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. |
Related API Members
The following properties accept/return NumericMeasureUnit values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | NumericScaleOptions.MeasureUnit |
WinForms Controls | NumericScaleOptionsModel.MeasureUnit |
Remarks
The values listed by the NumericMeasureUnit enumeration are used to set the NumericScaleOptions.MeasureUnit property.