Back to Devexpress

NumericScaleOptions.CustomMeasureUnit Property

corelibraries-devexpress-dot-xtracharts-dot-numericscaleoptions-0af7d633.md

latest1.7 KB
Original Source

NumericScaleOptions.CustomMeasureUnit Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public double CustomMeasureUnit { get; set; }
vb
Public Property CustomMeasureUnit As Double

Property Value

TypeDescription
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 TypePath to CustomMeasureUnit
AxisBase

.NumericScaleOptions .CustomMeasureUnit

|

Remarks

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

See Also

NumericScaleOptions Class

NumericScaleOptions Members

DevExpress.XtraCharts Namespace