Back to Devexpress

ChartSnapBehavior Class

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

latest2.0 KB
Original Source

ChartSnapBehavior Class

Specifies that the Range control‘s selected range is aligned by the bound chart’s measurement.

Namespace : DevExpress.Xpf.Charts.RangeControlClient

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public class ChartSnapBehavior :
    SnapBehaviorBase
vb
Public Class ChartSnapBehavior
    Inherits SnapBehaviorBase

Remarks

You can use an object of the ChartSnapBehavior class to specify the ScaleOptions.SnapBehavior property.

Refer to the Chart Clients for the Range Control article for more information.

Inheritance

Object DispatcherObject DependencyObject Freezable ChartDependencyObject GridAndSnapBehaviorBase SnapBehaviorBase ChartSnapBehavior

See Also

ChartSnapBehavior Members

DevExpress.Xpf.Charts.RangeControlClient Namespace