Back to Devexpress

AxisBase.GridLines Property

corelibraries-devexpress-dot-xtracharts-dot-axisbase-ed464f4c.md

latest1.6 KB
Original Source

AxisBase.GridLines Property

Gets the grid lines settings.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
public GridLines GridLines { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Elements)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property GridLines As GridLines

Property Value

TypeDescription
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

AxisBase Class

AxisBase Members

DevExpress.XtraCharts Namespace