MindFusion.Charting for Silverlight Programmer's Guide
Indicator.DefaultState Property
See Also
 






Gets or sets the state to use when the indicator is not in any of the defined states. This is a dependency property.

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

 Syntax

C#  Copy Code

public CustomInterval DefaultState { get; set; }

Visual Basic  Copy Code

Public Property DefaultState As CustomInterval

 Property Value

An instance of the CustomInterval class.

 Remarks

This is the state, which will be used by the indicator when it is not in any of its defined states. For example, if the States collection is empty, the indicator will always be in this default state.

 See Also

Indicator Members
Indicator Class
MindFusion.Gauges.Silverlight Namespace