Skip to main content

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

NuGet Package: 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.

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