AxisBase.GridLines Property
Gets the grid lines settings.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
[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