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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Property Value
Type | Description |
---|---|
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