Skip to main content

AxisBase.GridLines Property

Gets the grid lines settings.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
[PersistenceMode(PersistenceMode.InnerProperty)]
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