Click or drag to resize

ControlSparkChart Properties

The ControlSparkChart type exposes the following members.

Properties
 NameDescription
Public propertyBufferSize Plot width.
Public propertyColor Color of control. Default value is Color.Empty.
Public propertyHeight Height of control in pixels.
Public propertyIsScaleVisible Determines if scales are visible.
Public propertyIsVisible Visibility of control. Default value is true.
Public propertyKind Kind of control.
(Inherited from ControlBase)
Public propertyName 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)
Public propertyOnClick 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.
Public propertyParent Parent of the control.
(Inherited from ControlBase)
Public propertyRefreshInterval Delay interval between update requests. Raw values are updated every second. Aggregated values are updated at slower rates based on the aggregate interval.
Public propertyScaleMax High scale value. High scale is automatically calculated when null. Default value is null.
Public propertyScaleMin Low scale value. Low scale is automatically calculated when null. Default value is null.
Public propertyScreen Screen the control resides in.
(Inherited from ControlBase)
Public propertySourceTag Tag used to create trend.
Public propertyTemplateId Id used to find sibling controls within a template. All siblings will have the same id. Default value is null.
(Inherited from ControlBase)
Public propertyTimeDuration Time range of data that will be trended.
Public propertyWidth Width of control in pixels.
Public propertyX X position of a control relative to its parent in pixels.
Public propertyY Y position of a control relative to its parent in pixels.
Top
See Also