ManualNumericScaleOptions.GridAlignment Property
In This Article
Gets or sets the numeric value to which the beginning of the grid lines and axis labels of an axis should be aligned.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Double | A Double value to which the beginning of the gridlines and labels of an axis should be aligned. |
#Remarks
This property is available when one of the NumericScaleOptions properties (e.g., AxisX2D.NumericScaleOptions property) is set to ManualNumericScaleOptions.
The table below shows the GridAlignment property in action for random data.
Grid |
Grid |
---|---|
![]() |
![]() |
To maintain numeric values at different detail levels, use the ManualNumericScaleOptions.MeasureUnit property.
See Also