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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[Browsable(false)]
[NonTestableProperty]
[Obsolete("This property is obsolete now. Use the NumericScaleOptions.GridSpacing and DateTimeScaleOptions.GridSpacing properties instead for the numeric and date-time scales.")]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
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