Back to Devexpress

ManualSnapBehavior.Offset Property

wpf-devexpress-dot-xpf-dot-charts-dot-rangecontrolclient-dot-manualsnapbehavior.md

latest1.4 KB
Original Source

ManualSnapBehavior.Offset Property

Gets or sets the initial offset of snap points. 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 Offset { get; set; }
vb
Public Property Offset As Double

Property Value

TypeDescription
Double

The offset of snap points.

|

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 ManualSnapBehavior.Alignment property specifies.

See Also

ManualSnapBehavior Class

ManualSnapBehavior Members

DevExpress.Xpf.Charts.RangeControlClient Namespace