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

QualitativeScaleOptionsModel.GridLayoutMode Property

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.1.Wizard.dll

Declaration

[PropertyForOptions]
public GridLayoutMode GridLayoutMode { get; set; }

Property Value

Type
GridLayoutMode

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:

Object Type Path to GridLayoutMode
AxisX3DModel
.QualitativeScaleOptions.GridLayoutMode
AxisXBaseModel
.QualitativeScaleOptions.GridLayoutMode
AxisXModel
.QualitativeScaleOptions.GridLayoutMode
GanttAxisXModel
.QualitativeScaleOptions.GridLayoutMode
PolarAxisXModel
.QualitativeScaleOptions.GridLayoutMode
RadarAxisXModel
.QualitativeScaleOptions.GridLayoutMode
SecondaryAxisXModel
.QualitativeScaleOptions.GridLayoutMode
See Also