GridLayoutMode Enum
In This Article
Lists values that specify the alignment of grid lines, major tickmarks and axis labels.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
#Members
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. |
#Related API Members
The following properties accept/return GridLayoutMode values:
#Remarks
Use the GridLayoutMode enumeration values to specify the following properties:
- IntervalNumericScaleOptions.GridLayoutMode
- DateTimeScaleOptionsBase.GridLayoutMode
- QualitativeScaleOptions.GridLayoutMode
See Also