Search
PanController.EnableAnimation Property
See Also
 






Gets or sets whether to enable pan inertia.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public bool EnableAnimation { get; set; }

Visual Basic  Copy Code

Public Property EnableAnimation As Boolean

 Property Value

A boolean value.

 See Also