AxisBase.GridSpacingAuto Property
In This Article
OBSOLETE
This property is obsolete now. Use the Numeric
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.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[Browsable(false)]
[Obsolete("This property is obsolete now. Use the NumericScaleOptions.AutoGrid and DateTimeScaleOptions.AutoGrid properties instead for the numeric and date-time scales.")]
public virtual bool GridSpacingAuto { get; set; }
#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 property instead.
See Also