ManualNumericScaleOptions.MeasureUnit Property
In This Article
Gets or sets the detail level for numeric values.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#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.
Manual |
Manual |
---|---|
![]() |
![]() |
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