windowsforms-devexpress-dot-xtracharts-dot-designer-dot-qualitativescaleoptionsmodel.md
Gets or sets the QualitativeScaleOptions.GridLayoutMode property value within the model.
Namespace : DevExpress.XtraCharts.Designer
Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll
NuGet Package : DevExpress.Win.Charts
[PropertyForOptions]
public GridLayoutMode GridLayoutMode { get; set; }
<PropertyForOptions>
Public Property GridLayoutMode As GridLayoutMode
| Type | Description |
|---|---|
| GridLayoutMode |
The value that specifies the alignment of grid lines, major tickmarks and axis labels.
|
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.
|
You can access this nested property as listed below:
| Object Type | Path to GridLayoutMode |
|---|---|
| AxisX3DModel |
.QualitativeScaleOptions .GridLayoutMode
| | AxisXBaseModel |
.QualitativeScaleOptions .GridLayoutMode
| | RadarAxisXModel |
.QualitativeScaleOptions .GridLayoutMode
|
See Also
QualitativeScaleOptionsModel Class