Skip to main content
A newer version of this page is available. .

NumericMeasureUnit Enum

Lists the values that specify the detail level for numeric values.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

[ResourceFinder(typeof(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.

See Also