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





Gets or sets the number of snapping point within each timeline cell. This is a dependency property.

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

 Syntax

C#  Copy Code

public int SnappingPointCount { get; set; }

Visual Basic  Copy Code

Public Property SnappingPointCount As Integer

 Property Value

An integer value specifying the number of snapping points when IsSnappingEnabled is set to true. The default is 3.

 See Also

BaseChart Members
BaseChart Class
MindFusion.DataViews.Wpf Namespace