NumericScaleOptions.CustomMeasureUnit Property
In This Article
Gets or sets the custom measure unit level for numeric values.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.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 Custom |
---|---|
Axis |
|
#Remarks
This setting is in effect if the NumericScaleOptions.MeasureUnit property is set to Custom.
See Also