MindFusion.Wpf Pack Programmer's Guide
BaseChart.IsSnapping Property
See Also
 





Gets or sets a value indicating whether snapping is enabled and the snapping criteria are met. This is a dependency property.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

public bool IsSnapping { get; set; }

Visual Basic  Copy Code

Public Property IsSnapping As Boolean

 Property Value

true if snapping will happen during interaction; otherwise, false.

 See Also

BaseChart Members
BaseChart Class
MindFusion.DataViews.Wpf Namespace