A newer version of this page is available.
Switch to the current version.
AxisBase.GridSpacingAuto Property
Obsolete. Gets or sets a value that specifies whether the spacing of grid lines is calculated automatically based upon the major tickmarks of the axis.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[Obsolete("This property is obsolete now. Use the NumericScaleOptions.AutoGrid and DateTimeScaleOptions.AutoGrid properties instead for the numeric and date-time scales.")]
[Browsable(false)]
[XtraSerializableProperty]
public virtual bool GridSpacingAuto { get; set; }
<Obsolete("This property is obsolete now. Use the NumericScaleOptions.AutoGrid and DateTimeScaleOptions.AutoGrid properties instead for the numeric and date-time scales.")>
<Browsable(False)>
<XtraSerializableProperty>
Public Overridable Property GridSpacingAuto As Boolean
Property Value
Type | Description |
---|---|
Boolean | true, if grid spacing is performed automatically; otherwise, false. |
Remarks
This API is obsolete now. Use ScaleGridOptionsBase.AutoGrid of the AxisBase.NumericScaleOptions or AxisBase.DateTimeOptions property instead.
See Also
Feedback