Back to Devexpress

ScaleGridOptionsBase.MinGridSpacingLength Property

corelibraries-devexpress-dot-xtracharts-dot-scalegridoptionsbase-0b067396.md

latest1.5 KB
Original Source

ScaleGridOptionsBase.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.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public int? MinGridSpacingLength { get; set; }
vb
Public Property MinGridSpacingLength As Integer?

Property Value

TypeDescription
Nullable<Int32>

The minimum allowed distance between two neighbor major tick marks and grid lines, in pixels. The Chart Control uses the default value when this value is null ( Nothing in Visual Basic).

|

Remarks

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

See Also

ScaleGridOptionsBase Class

ScaleGridOptionsBase Members

DevExpress.XtraCharts Namespace