Back to Devexpress

ContinuousNumericScaleOptions.GridAlignment Property

wpf-devexpress-dot-xpf-dot-charts-dot-continuousnumericscaleoptions-0db36800.md

latest2.6 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public double GridAlignment { get; set; }
vb
Public Property GridAlignment As Double

Property Value

TypeDescription
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 TypePath 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

ContinuousNumericScaleOptions Class

ContinuousNumericScaleOptions Members

DevExpress.Xpf.Charts Namespace