Back to Devexpress

NumericIntervalOptionsModel.GridLayoutMode Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-numericintervaloptionsmodel-bd9c7723.md

latest2.7 KB
Original Source

NumericIntervalOptionsModel.GridLayoutMode Property

Gets or sets the NumericIntervalOptions.GridLayoutMode property value within the model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions]
public GridLayoutMode GridLayoutMode { get; set; }
vb
<PropertyForOptions>
Public Property GridLayoutMode As GridLayoutMode

Property Value

TypeDescription
GridLayoutMode

Specifies the alignment of grid lines, major tickmarks and axis labels.

|

Available values:

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.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to GridLayoutMode
NumericScaleOptionsModel

.IntervalOptions .GridLayoutMode

|

See Also

NumericIntervalOptionsModel Class

NumericIntervalOptionsModel Members

DevExpress.XtraCharts.Designer Namespace