Charting for WinForms Programmer's Guide
Indicator.States Property
See Also
 






Gets or sets a collection of CustomInterval objects, which define various states for the indicator.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public ObservableCollection<CustomInterval> States { get; set; }

Visual Basic  Copy Code

Public Property States As ObservableCollection(Of CustomInterval)

 Property Value

 See Also

Indicator Members
Indicator Class
MindFusion.Gauges Namespace