Control |
The ControlLine type exposes the following members.
| Name | Description | |
|---|---|---|
| AggregateInterval | Relative TimeSpan used when requesting an aggregate value. /// See documentation on Relative TimeSpans for more details. Default value is null. | |
| AggregateKind | Name of aggregate to use when requesting an aggregate value. Default value is null. | |
| AggregateStartTime | Relative DateTime used when requesting an aggregate value. See documentation on Relative DateTimes for more details. Default value is null. | |
| Color | Color of control. Default value is Color.Empty. | |
| IsVisible | Visibility of control. Default value is true. | |
| Kind |
Kind of control.
(Inherited from ControlBase) | |
| LimitColor | Current limit color. Default value is null. | |
| Limits | Collection of limits. See PropertyLimit for limit color behavior. | |
| LineStyle | Style of line. | |
| LineThickness | Thickness of line. | |
| MarkerEnd | Marker displayed at end of line. | |
| MarkerStart | Marker displayed at start of line. | |
| Name |
Control name that is unique within the owning screen.
Name of control must conform to the regex pattern [a-zA-Z0-9], as only letters and numbers are valid characters.
(Inherited from ControlBase) | |
| OnBeginValueChange | Name of a method defined in the screen script that will be invoked before the value of a control is changed. Method must have same signature as EventDelegatesOnValueChange. Default value is null. | |
| OnEndValueChange | Name of a method defined in the screen script that will be invoked after the value of a control is changed. Method must have same signature as EventDelegatesOnValueChange. Default value is null. | |
| Parent |
Parent of the control.
(Inherited from ControlBase) | |
| RefreshInterval | Amount of delay between updates. Raw values are updated every second. Aggregated values are updated at slower rates based on the aggregate interval. | |
| Screen |
Screen the control resides in.
(Inherited from ControlBase) | |
| Source | Source of data used to display the current value. This can be either a source tag or a calculation based on other controls that implement the Source property. | |
| SourceTag | Deprecated. Use Source property. | |
| TemplateId |
Id used to find sibling controls within a template. All siblings will have the same id.
Default value is null.
(Inherited from ControlBase) | |
| Value | The last raw value, or an aggregate value when aggregate properties are set. | |
| ValueState | An enumeration that describes the current state of the value property. | |
| ValueTransform | An equation that can be used to perform simple conversions of the value. Example: "Value / 1000" will divide the current value by 1000. Default value is null. | |
| Vertices | Collection of vertices. See PropertyVertex for vertex behavior. |