Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public double GridAlignment { get; set; }

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
.NumericScaleOptions .GridAlignment
AxisY3D
.NumericScaleOptions .GridAlignment
CircularAxisY2D
.NumericScaleOptions .GridAlignment
ZAxis3D
.NumericScaleOptions .GridAlignment

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