Skip to main content
A newer version of this page is available. .

TimeSpanScaleOptionsBase.GridLayoutMode Property

Gets or sets the value that specifies the position of grid lines, major tickmarks and axis labels.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public GridLayoutMode GridLayoutMode { get; set; }

Property Value

Type Description
GridLayoutMode

The value that specifies position.

Available values:

Name Description
GridAndLabelCentered

A grid line, major tickmark, axis label are in an interval center.

GridShiftedLabelCentered

A grid line and major tickmark are shifted to an interval start value. An axis label is in the interval center.

GridAndLabelShifted

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:

Show 13 property paths
Object Type Path to GridLayoutMode
ArgumentAxis3D
.TimeSpanScaleOptions .GridLayoutMode
AxisX2D
.TimeSpanScaleOptions .GridLayoutMode
AxisX3D
.TimeSpanScaleOptions .GridLayoutMode
AxisY2D
.TimeSpanScaleOptions .GridLayoutMode
AxisY3D
.TimeSpanScaleOptions .GridLayoutMode
CircularAxisY2D
.TimeSpanScaleOptions .GridLayoutMode
PolarAxisY2D
.TimeSpanScaleOptions .GridLayoutMode
RadarAxisX2D
.TimeSpanScaleOptions .GridLayoutMode
RadarAxisY2D
.TimeSpanScaleOptions .GridLayoutMode
SecondaryAxisX2D
.TimeSpanScaleOptions .GridLayoutMode
SecondaryAxisY2D
.TimeSpanScaleOptions .GridLayoutMode
XAxis3D
.TimeSpanScaleOptions .GridLayoutMode
YAxis3D
.TimeSpanScaleOptions .GridLayoutMode
See Also