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

GridLayoutMode Enum

Lists values that specify the alignment of grid lines, major tickmarks and axis labels.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum GridLayoutMode

Members

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.

Related API Members

The following properties accept/return GridLayoutMode values:

Library Related API Members
Cross-Platform Class Library DateTimeScaleOptions.GridLayoutMode
NumericIntervalOptions.GridLayoutMode
QualitativeScaleOptions.GridLayoutMode
WinForms Controls DateTimeScaleOptionsModel.GridLayoutMode
QualitativeScaleOptionsModel.GridLayoutMode

Remarks

Use the GridLayoutMode enumeration values to specify the NumericIntervalOptions.GridLayoutMode, DateTimeScaleOptions.GridLayoutMode and QualitativeScaleOptions.GridLayoutMode properties.

See Also