Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

NuGet Package: DevExpress.Wpf.Charts

#Declaration

public double Offset { get; set; }

#Property Value

Type Description
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