Back to Devexpress

DateTimeScaleOptionsBase.GridLayoutMode Property

wpf-devexpress-dot-xpf-dot-charts-dot-datetimescaleoptionsbase.md

latest2.8 KB
Original Source

DateTimeScaleOptionsBase.GridLayoutMode Property

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

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public GridLayoutMode GridLayoutMode { get; set; }
vb
Public Property GridLayoutMode As GridLayoutMode

Property Value

TypeDescription
GridLayoutMode

The value that specifies alignment.

|

Available values:

NameDescription
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:

Object TypePath to GridLayoutMode
ArgumentAxis3D

.DateTimeScaleOptions .GridLayoutMode

| | AxisX2D |

.DateTimeScaleOptions .GridLayoutMode

| | AxisX3D |

.DateTimeScaleOptions .GridLayoutMode

| | RadarAxisX2D |

.DateTimeScaleOptions .GridLayoutMode

|

See Also

DateTimeScaleOptionsBase Class

DateTimeScaleOptionsBase Members

DevExpress.Xpf.Charts Namespace