Skip to main content
A newer version of this page is available. .

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.v18.2.dll

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)]
[XtraSerializableProperty]
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