ScaleGridOptionsBaseModel.MinGridSpacingLength Property
Gets or sets the ScaleGridOptionsBase.MinGridSpacingLength property value within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v25.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
Property Value
| Type | Description |
|---|---|
| Nullable<Int32> | The minimum allowed distance between two neighboring major tick marks and grid lines, in pixels. The Chart Control uses the default value when this value is null (Nothing in Visual Basic). |
See Also