Gets or sets a value indicating whether the pointer position should be affected by user interactions.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
C# Copy Code |
---|
public bool IsInteractive { get; set; } |
Visual Basic Copy Code |
---|
Public Property IsInteractive As Boolean |
true if the pointer is interactive; otherwise, false.
Clicking within a scale will make all interactive pointers contained in this scale to point to the clicked value.