Back to Devexpress

GridLayoutMode Enum

corelibraries-devexpress-dot-xtracharts-f95f9ffd.md

latest3.2 KB
Original Source

GridLayoutMode Enum

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum GridLayoutMode
vb
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum GridLayoutMode

Members

NameDescription
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.

|

The following properties accept/return GridLayoutMode values:

LibraryRelated API Members
Cross-Platform Class LibraryDateTimeScaleOptions.GridLayoutMode
NumericIntervalOptions.GridLayoutMode
QualitativeScaleOptions.GridLayoutMode
TimeSpanScaleOptions.GridLayoutMode
WinForms ControlsDateTimeScaleOptionsModel.GridLayoutMode
NumericIntervalOptionsModel.GridLayoutMode
QualitativeScaleOptionsModel.GridLayoutMode
TimeSpanScaleOptionsModel.GridLayoutMode

Remarks

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

See Also

DevExpress.XtraCharts Namespace