Skip to main content
A newer version of this page is available. .

ManualGridBehavior.Spacing Property

Gets or sets the spacing between two grid lines. This is a dependency property.

Namespace: DevExpress.Xpf.Charts.RangeControlClient

Assembly: DevExpress.Xpf.Charts.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public double Spacing { get; set; }

Property Value

Type Description
Double

The spacing between two grid lines.

Remarks

The spacing is measured in non-negative real numbers, when the data has the numeric argument. For date-time data, the spacing is in units that the ManualGridBehavior.Alignment property specifies.

See Also