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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[Browsable(false)]
[Obsolete("This property is obsolete now. Use the NumericScaleOptions.GridSpacing and DateTimeScaleOptions.GridSpacing properties instead for the numeric and date-time scales.")]
[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:
- The AxisXBase.QualitativeScaleOptions‘s ScaleGridOptionsBase.GridSpacing property.
- The AxisBase.NumericScaleOptions‘s ScaleGridOptionsBase.GridSpacing property.
- The AxisBase.DateTimeScaleOptions‘s ScaleGridOptionsBase.GridSpacing property.
See Also