TimeSpanScaleOptions.GridLayoutMode Property
In This Article
Gets or sets the value that specifies the alignment of grid lines, major tickmarks and axis labels.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public GridLayoutMode GridLayoutMode { get; set; }
#Property Value
Type | Description |
---|---|
Grid |
The value that specifies alignment. |
Available values:
Name | Description |
---|---|
Grid |
A grid line, major tickmark, axis label are in an interval center. |
Grid |
A grid line and major tickmark are shifted to an interval start value. An axis label is in the interval center. |
Grid |
A grid line, major tickmark, axis label are shifted to an interval start value. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Grid |
---|---|
Axis |
|
See Also