Skip to main content

ScaleGridOptionsBaseModel.MinGridSpacingLength Property

Gets or sets the ScaleGridOptionsBase.MinGridSpacingLength property value within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

public int? MinGridSpacingLength { get; set; }

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