Gauge
[TOC]
The View Builder's gauge section, contains the following properties :

Appearance
Properties |
Description |
BackColor |
The background color of the field. |
Font |
The font of the component. |
ForeColor |
The fore color of the field. |
Text |
The text to be displayed on this field. |
TextAlignment |
Determines the position of the text within the label. |
WordWrap |
Wrapping up of the text in the field. |
Behavior
Properties |
Description |
EnableMouseEvents |
Determines whether the field gets mouse events. |
MouseOverHand |
Determines whether the field shows hand when mouse is over it. |
Visible |
Determines whether the field is hidden or visible. |
Border
Properties |
Description |
BorderColor |
The border color of the field. |
BorderDashStyle |
The border style. |
BorderEnabled |
Enables border of the field. |
BorderStyle |
Set sides of border to draw. |
BorderWidth |
Width of border of the field. |
Data
Properties |
Description |
DataSource |
The field used to write scripts for the view. |
Format |
The format for the selected field. |
Multiplier |
|
TagDescription |
Description of the tag. |
TagStation |
Station name of the tag. |
TagSymbol |
The symbol for the tag. |
ValueData |
The data value of the component. |
Gauge
properties |
Description |
AutoCurrentFontSize |
Used to auto correct the font size. |
CurentFixedSpace |
|
GaugeType |
|
RangeAsForeColor |
|
Ranges |
|
ShowCurrent |
|
ShowTicks |
|
TickFont |
|
TickStep |
|
Gauge Colors
Properties |
Description |
EmptyColor |
|
ForeColor2 |
|
TickColor |
|
TickLabelColor |
|
Layout
Properties |
Description |
Location |
The coordinates of the upper-left corner of the field. |
Margin |
Specifies the inner margin of the control that will be used to clip and align text. |
Size |
The size of the field in pixels. |
Scripts
Properties |
Description |
OnMouseClick |
Script that will be performed when field is clicked. |
OnMouseEnter |
Script that will be performed when mouse comes over top of the field. |
OnMouseLeave |
Script that will be performed when mouse is no longer over field. |
Title
Properties |
Description |
Title |
Title Name. |
TitleAlignment |
Determines the position of the title. |
TitleColor |
The background color of the title. |
TitleFont |
The font of the title. |