PolarAxisX.GridSpacingAuto Property
OBSOLETE
This property is obsolete now. Use the NumericScaleOptions.AutoGrid and DateTimeScaleOptions.AutoGrid properties instead for the numeric and date-time scales.
Overrides the AxisBase.GridSpacingAuto property.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[Browsable(false)]
[NonTestableProperty]
[Obsolete("This property is obsolete now. Use the NumericScaleOptions.AutoGrid and DateTimeScaleOptions.AutoGrid properties instead for the numeric and date-time scales.")]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public override bool GridSpacingAuto { get; set; }
Property Value
Type | Description |
---|---|
Boolean | Always false. |
Remarks
This property is overridden to hide the corresponding property of the AxisBase class. Normally, you don’t need to use it.
See Also