Skip to main content

ManualGridBehavior.Offset Property

Gets or sets the offset of grid lines. This is a dependency property.

Namespace: DevExpress.Xpf.Charts.RangeControlClient

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public double Offset { get; set; }

Property Value

Type Description
Double

The offset of grid lines.

Remarks

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

See Also