Skip to main content

AxisBaseModel.GridLines Property

Gets or sets the model of gridline options of the modeled axis.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions]
[AllocateToGroup("Grid Lines", 1)]
[LocalizableCategory(DesignerCategories.Elements)]
public GridLinesModel GridLines { get; }

Property Value

Type Description
GridLinesModel

The model of gridline options.

See Also