Skip to main content

NumericScaleOptions.CustomMeasureUnit Property

Gets or sets the custom measure unit level for numeric values.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public double CustomMeasureUnit { get; set; }

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
.NumericScaleOptions .CustomMeasureUnit

Remarks

This setting is in effect if the NumericScaleOptions.MeasureUnit property is set to Custom.

See Also