Skip to main content

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.v23.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 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