Skip to main content

ManualNumericScaleOptions.MeasureUnit Property

Gets or sets the detail level for numeric values.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

[XtraSerializableProperty]
public double MeasureUnit { get; set; }

#Property Value

Type Description
Double

A Double value which represents the axis' detail level.

#Remarks

This property is available when one of the AxisX2D.NumericScaleOptions, or CircularAxisX2D.NumericScaleOptions properties is set to ManualNumericScaleOptions.

The table below shows the MeasureUnit property in action for random data.

ManualNumericScaleOptions.MeasureUnit = 100 ManualNumericScaleOptions.MeasureUnit = 1000
NumericScaleOptions_MeasureUnit_100 NumericScaleOptions_MeasureUnit_1000

To define a numeric measurement unit to which the beginning of a diagram's grid lines and axis labels should be aligned, use the ManualNumericScaleOptions.GridAlignment property.

See Also