ContinuousNumericScaleOptions.GridAlignment Property
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.v25.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
| Type | Description |
|---|---|
| Double | A Double value to which the beginning of the gridlines and labels of an axis should be aligned. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to GridAlignment |
|---|---|
| AxisY2D |
|
| AxisY3D |
|
| CircularAxisY2D |
|
| ZAxis3D |
|
Remarks
This property is available when one of the NumericScaleOptions properties (e.g., AxisX2D.NumericScaleOptions property) is set to ContinuousNumericScaleOptions.
Note that the date-time data aggregation is not supported in Continuous scale mode.
See Also