Skip to main content

PolarAxisX.GridSpacing Property

OBSOLETE

This property is obsolete now. Use the NumericScaleOptions.GridSpacing and DateTimeScaleOptions.GridSpacing properties instead for the numeric and date-time scales.

Overrides the AxisBase.GridSpacing property. Setting this value is not supported.

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.GridSpacing and DateTimeScaleOptions.GridSpacing properties instead for the  numeric and date-time scales.")]
public override double GridSpacing { get; set; }

Property Value

Type Description
Double

A Double value, always equal to 30.0

Remarks

Currently this value is fixed and cannot be changed. An attempt to change the value results in an exception.

See Also