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

AxisBase.GridLines Property

Gets the grid lines settings.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public GridLines GridLines { get; }

Property Value

Type Description
GridLines

A GridLines object which provides the grid lines settings.

Remarks

The GridLines property provides access to the settings that control the appearance and visibility of grid lines. For more information on grid lines, see the Grid Lines topic.

See Also