StateIndicator

State indicators are objects that identifies specific conditions for a range of data values. A state indicator must have one or more states that represent a range of values. State indicators can display distinct shapes.

 

 

Usage:

 

<vg:Gauge.Indicators>

<vg:StateIndicator>

.

.

.

</vg:StateIndicator>

</vg:Gauge.Indicators>

 

List of attributes:

 

Attribute

Function

BorderBrush

Sets the border color of a marker.

BorderThickness

Sets the thickness of a marker.

Background

Sets the background color of a marker.

Bevel

Sets the bevel of Indicator.

CornerRadius

Sets the parameter used to create rounded or elliptical corners for the Indicator element. It is applicable if IndicatorStyle property is set to Rectangular only.

FontFamily

Sets the font family of Indicator if IndicatorStyle is set to Text.

FontColor

Sets the font color  of Indicator if IndicatorStyle is set to Text.

FontStyle

Sets the font style of Indicator if IndicatorStyle is set to Text.

FontWeight

Sets the font weight of Indicator if IndicatorStyle is set to Text.

FontSize

Sets the font size of Indicator if IndicatorStyle is set to Text.

Href

Sets the hyper link (http:// is required).

HrefTarget

Sets where the URL specified in Href to be opened.

LightingEnabled

Sets the Indicator lighting.

IndicatorLength

Sets the length of the indicator. Range is 0 - 1.

IndicatorWidth

Sets the width of the indicator. Range is 0 - 1.

LabelBackground

Sets the label background color of Indicator.

LabelEnabled

Enables or disables the label.

LabelFontColor

Sets the label font color of Indicator.

LabelFontFamily

Sets the label font family of Indicator.

LabelFontStyle

Sets the label font style of Indicator.

LabelFontWeight

Sets the label font weight of Indicator.

LabelStyle

Sets the label style of Indicator. Default value is Outside.

LabelText

Sets the label text of Indicator.

IndicatorStyle

Sets the shape of the indicator. Default shape is Circular.

Opacity

Opacity can be used to make any element transparent or opaque.

ShadowEnabled

Enables or disables shadow to the element.

Text

Sets the text of StateIndicator if IndicatorStyle property is set to Text.

ToolTipText

Sets the tool tip content for the Indicator.

Value

Sets the value of Indicator.

ValueFormatString

Sets the format string that will be used to convert the numbers that will be displayed on the Indicator.