NumericScaleOptions.CustomMeasureUnit Property
Gets or sets the custom measure unit level for numeric values.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v25.1.dll
NuGet Package: DevExpress.Charts
Declaration
Property Value
| Type | Description |
|---|---|
| Double | A Double value which specifies the custom measure unit for the numeric scale. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to CustomMeasureUnit |
|---|---|
| AxisBase |
|
Remarks
This setting is in effect if the NumericScaleOptions.MeasureUnit property is set to Custom.
See Also