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





Gets or sets a value indicating whether item snapping is enabled. This is a dependency property.

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

 Syntax

C#  Copy Code

public bool IsSnappingEnabled { get; set; }

Visual Basic  Copy Code

Public Property IsSnappingEnabled As Boolean

 Property Value

true if snapping is enabled; otherwise, false. The default is true.

 See Also

BaseChart Members
BaseChart Class
MindFusion.DataViews.Wpf Namespace