Control |
public sealed class ControlBarChart : ControlBase, IControlBase, IDisposable
The ControlBarChart 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 | Specificies calculation algorithm that will be used when processing data. | |
| Height | Height of control in pixels. | |
| Intervals | ||
| IsVisible | Visibility of control. Default value is true. | |
| Kind |
Kind of control.
(Inherited from ControlBase) | |
| LimitLines | Collection of limits. See PropertyLimit for limit color behavior. | |
| 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 | ||
| 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) | |
| SourceTags | Source tags used by bar chart to determine data that will be displayed. | |
| 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 | ||
| TimeStart | ||
| 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. |
| Name | Description | |
|---|---|---|
| AncestorsT |
Get ancestor controls that implement generic control interface defined by T.
(Inherited from ControlBase) |