Control |
public sealed class ControlScatterPlot : ControlBase, IControlBase, IDisposable
The ControlScatterPlot type exposes the following members.
| Name | Description | |
|---|---|---|
| AggregateInterval | ||
| DataPoints | Data points to be drawn on scatter plot. | |
| Height | Height of control in pixels. | |
| 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 | ||
| ScaleXMax | Property used to define the Max Scale Range along the X Axis of the chart | |
| ScaleXMin | Property used to define the Min Scale Range along the X Axis of the chart | |
| ScaleYMax | Property used to define the Max Scale Range along the Y Axis of the chart | |
| ScaleYMin | Property used to define the Min Scale Range along the Y Axis of the chart | |
| Screen |
Screen the control resides in.
(Inherited from ControlBase) | |
| SourceTagPairs | A collection of SourceTagPairs used to define what data to display in the scatter plot control. See PropertyScatterPlotSourceTagPair for more details. | |
| 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) |