AxisBase.GridLines Property
In This Article
Gets the grid lines settings.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
public GridLines GridLines { get; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#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