Skip to main content
A newer version of this page is available. .

ScaleOptionsBase.MinGridSpacingLength Property

Gets or sets the minimum allowed distance between two neighbor major tick marks and grid lines that affect an automatically calculated grid.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public int? MinGridSpacingLength { get; set; }

Property Value

Type Description
Nullable<Int32>

The minimum allowed distance between two neighbor major tick marks and grid lines, in pixels.

Property Paths

You can access this nested property as listed below:

Show 16 property paths
Object Type Path to MinGridSpacingLength
ArgumentAxis3D
.NumericScaleOptions .MinGridSpacingLength
AxisX2D
.NumericScaleOptions .MinGridSpacingLength
AxisX3D
.NumericScaleOptions .MinGridSpacingLength
AxisY2D
.DateTimeScaleOptions .MinGridSpacingLength
AxisY3D
.DateTimeScaleOptions .MinGridSpacingLength
CircularAxisX2D
.NumericScaleOptions .MinGridSpacingLength
CircularAxisY2D
.DateTimeScaleOptions .MinGridSpacingLength
PolarAxisX2D
.NumericScaleOptions .MinGridSpacingLength
PolarAxisY2D
.DateTimeScaleOptions .MinGridSpacingLength
RadarAxisX2D
.NumericScaleOptions .MinGridSpacingLength
RadarAxisX2D
.QualitativeScaleOptions .MinGridSpacingLength
RadarAxisY2D
.DateTimeScaleOptions .MinGridSpacingLength
SecondaryAxisX2D
.NumericScaleOptions .MinGridSpacingLength
SecondaryAxisY2D
.DateTimeScaleOptions .MinGridSpacingLength
XAxis3D
.NumericScaleOptions .MinGridSpacingLength
YAxis3D
.NumericScaleOptions .MinGridSpacingLength
ZAxis3D
.NumericScaleOptions .MinGridSpacingLength

Remarks

The Chart Control uses the default value when this property is set to null (Nothing in VB).

The Chart grid calculator does not place two neighbor major tick marks and grid lines closer than the specified value.

See Also