Control |
The ControlSparkChart type exposes the following members.
| Name | Description | |
|---|---|---|
| BufferSize | Plot width. | |
| Color | Color of control. Default value is Color.Empty. | |
| Height | Height of control in pixels. | |
| IsScaleVisible | Determines if scales are visible. | |
| IsVisible | Visibility of control. Default value is true. | |
| Kind |
Kind of control.
(Inherited from ControlBase) | |
| 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) | |
| OnClick | Name of a method defined in the screen script that will be invoked when the client clicks on a control. Method must have same signature as EventDelegatesOnClick. Default value is null. | |
| Parent |
Parent of the control.
(Inherited from ControlBase) | |
| RefreshInterval | Delay interval between update requests. Raw values are updated every second. Aggregated values are updated at slower rates based on the aggregate interval. | |
| ScaleMax | High scale value. High scale is automatically calculated when null. Default value is null. | |
| ScaleMin | Low scale value. Low scale is automatically calculated when null. Default value is null. | |
| Screen |
Screen the control resides in.
(Inherited from ControlBase) | |
| SourceTag | Tag used to create trend. | |
| TemplateId |
Id used to find sibling controls within a template. All siblings will have the same id.
Default value is null.
(Inherited from ControlBase) | |
| TimeDuration | Time range of data that will be trended. | |
| Width | Width of control in pixels. | |
| X | X position of a control relative to its parent in pixels. | |
| Y | Y position of a control relative to its parent in pixels. |