Element Details: Indicator+State
 Back


Available in: Logi Info Source code name: IndicatorState

Indicator gauges can have any number of Indicator States. Each state represents a different value range and appearance of the indicator. The first Indicator State with a range containing the indicator's value gets displayed.



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
BorderColor
UserDefined
Sets the color of border lines. Enter a color by name, decimal RGB value, or hex RGB value. Prefix hex values with the pound sign, like #112233.
Color
UserDefined
Sets the element's color. Enter a color by name, decimal RGB value, or hex RGB value. Prefix hex values with the pound sign, like #112233. For bar charts, each bar can be a different color by entering multiple colors, each separated by a comma. When using a Crosstab Filter under the Chart's DataLayer, use comma-separated colors and a Legend element so each crosstab set can be identified.
ID
UserDefined
The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition.
Image
UserDefined
An image filename. The name can come from the images in the support files, or a relative URL within the same web application, or, for IndicatorState elements, a complete file system path.
IndicatorGaugeStyle
UpTriangle
Rectangle
Image
DownTriangle
Circle
(Required) Indicator gauges display either a rectangle, circle, up or down triangle, or image. This attributes sets that style.
IndicatorHighValue
UserDefined
The upper-most value in which this indicator will be displayed. Leave this blank to represent infinity.
IndicatorLowValue
UserDefined
The lower-most value in which this indicator will be displayed. Leave this blank to represent negative infinity.



PARENT ELEMENTS

Click element to drill down for more information.

Gauge.Indicator


CHILD ELEMENTS

Click element to drill down for more information.



 Back to top


 Chart Debug