Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

QualitativeScaleOptions.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.v24.2.dll

NuGet Package: DevExpress.Wpf.Charts

#Declaration

public GridLayoutMode GridLayoutMode { get; set; }

#Property Value

Type Description
GridLayoutMode

The value that specifies alignment.

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
ArgumentAxis3D
.QualitativeScaleOptions .GridLayoutMode
AxisX2D
.QualitativeScaleOptions .GridLayoutMode
AxisX3D
.QualitativeScaleOptions .GridLayoutMode
RadarAxisX2D
.QualitativeScaleOptions .GridLayoutMode
See Also