Back to Devexpress

GridLayoutMode Enum

wpf-devexpress-dot-xpf-dot-charts-ffcf72d5.md

latest2.5 KB
Original Source

GridLayoutMode Enum

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

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public enum GridLayoutMode
vb
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:

Remarks

Use the GridLayoutMode enumeration values to specify the following properties:

See Also

DevExpress.Xpf.Charts Namespace