MindFusion.Charting for Silverlight Programmer's Guide
Pointer.IsInteractive Property
See Also
 






Gets or sets a value indicating whether the pointer position should be affected by user interactions. This is a dependency property.

Namespace: MindFusion.Gauges.Silverlight
Assembly: MindFusion.Gauges.Silverlight

 Syntax

C#  Copy Code

public bool IsInteractive { get; set; }

Visual Basic  Copy Code

Public Property IsInteractive As Boolean

 Property Value

true, to automatically adjust the pointer value when the user clicks with the mouse in the containing scale; otherwise, false.

 See Also

Pointer Members
Pointer Class
MindFusion.Gauges.Silverlight Namespace