Back to Devexpress

ManualGridBehavior.Spacing Property

wpf-devexpress-dot-xpf-dot-charts-dot-rangecontrolclient-dot-manualgridbehavior-4e27a59d.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public double Spacing { get; set; }
vb
Public Property Spacing As Double

Property Value

TypeDescription
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

ManualGridBehavior Class

ManualGridBehavior Members

DevExpress.Xpf.Charts.RangeControlClient Namespace