Skip to main content

AxisBase.GridSpacing Property

OBSOLETE

This property is obsolete now. Use the NumericScaleOptions.GridSpacing and DateTimeScaleOptions.GridSpacing properties instead for the numeric and date-time scales.

Gets or sets a numeric interval between the axis’ grid lines.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Obsolete("This property is obsolete now. Use the NumericScaleOptions.GridSpacing and DateTimeScaleOptions.GridSpacing properties instead for the  numeric and date-time scales.")]
[Browsable(false)]
public virtual double GridSpacing { get; set; }

Property Value

Type Description
Double

A Double value which specifies the interval between grid lines.

Remarks

This property is obsolete now. Use one of the following properties instead:

See Also