A newer version of this page is available.
Switch to the current version.
AxisBase.GridSpacing Property
Obsolete. 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; }
<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 Overridable Property GridSpacing As Double
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
Feedback