Control |
The ControlTrend type exposes the following members.
| Name | Description | |
|---|---|---|
| AggregateInterval | Relative aggregate interval used when requesting an aggregate value. Default value is null. | |
| AggregateKind | Relative start time used when requesting an aggregate value. Default value is null. | |
| BandHeight | Height of band. When not null, value must be equal to or between 0.0 and 1.0. 1.0 is height of plot area. Default value is null. | |
| BandStart | Position of band start. When not null, value must be equal to or between 0.0 and 1.0. 0.0 is top of plot area. 1.0 is bottom of plot area. Default value is null. | |
| Color | Color of control. Default value is Color.Empty. | |
| DisplayName | Shortened readable name given to a trend that is unique within the TrendGraph parent. | |
| DrawingMode | Used to determine how trend should be drawn. | |
| DrawingStates | A collection of different drawing states used when drawing mode is set to "State". | |
| EventEnd | End time of data. | |
| EventId | ||
| EventStart | Start time of data. | |
| FloatLabelX | X position of float label as a ratio equal to or between 0.0 and 1.0. 0.0 represents the left edge of the plot area. 1.0 represents the right edge of the plot area. | |
| FloatLabelY | Y position of float label as a ratio equal to or between 0.0 and 1.0. 0.0 represents the top edge of the plot area. 1.0 represents the bottom edge of the plot area. | |
| IsEventActive | True if event is currently active. | |
| IsFloatLabelVisible | Determines visibility of float label. Default value is false. | |
| IsHorizontalGridVisible | Determines if horizontal grid lines should be drawn at trend tick marks. Default value is true. | |
| IsLimitHighFillEnabled | Determines if high limit will be drawn as fill. | |
| IsLimitHighLineEnabled | Determines if high limit will be drawn as line. | |
| IsLimitLineVisibleOutOfBand | Determines if limits should be drawn outside if they are outside of the trends defined scale range. Default value is true. | |
| IsLimitLowFillEnabled | Determines if low limit will be drawn as fill. | |
| IsLimitLowLineEnabled | Determines if low limit will be drawn as line. | |
| IsScaleLeftVisible | Determines if left scale is visible. Default value is true. | |
| IsScaleLogarithmic | Determines if scale is logarithmic. Default value is false. | |
| IsScaleRightVisible | Determines if right scale is visible. Default value is true. | |
| IsVisible | Visibility of control. Default value is true. | |
| Kind |
Kind of control.
(Inherited from ControlBase) | |
| LimitHighFillColor | High limit fill color. | |
| LimitHighLineColor | High limit line color. | |
| LimitHighSourceTag | High limit dynamic value. Expected value is DisplayName of another trend that will be used as high limit. Default value is null. | |
| LimitHighValue | High limit fixed value. Default value is null. | |
| LimitLines | Array of fixed limit lines that may be used as reference points. | |
| LimitLowFillColor | Low limit fill color. | |
| LimitLowLineColor | Low limit line color. | |
| LimitLowSourceTag | Low limit dynamic value. Expected value is DisplayName of another trend that will be used as high limit. Default value is null. | |
| LimitLowValue | Low limit fixed value. Default value is null. | |
| LineThickness | Line thickness of the trend drawn in plot area in pixels. | |
| LinkBand | Determines if a band is linked to another trend band. Expected value is the DisplayName of the trend to link to. Be careful that a circular reference is not created. Default value is null. | |
| LinkScale | Determines if a scale is linked to another trend scale. Expected value is the DisplayName of the trend to link to. Be careful that a circular reference is not created. Default value is null. | |
| 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) | |
| NumberFormatDigits | Number of digits used to format value. Range of 0 to 20 | |
| NumberFormatMode | Determines how numbers are formated for the trend. Default value is Decimal. | |
| Parent |
Parent of the control.
(Inherited from ControlBase) | |
| 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. | |
| ScaleMode | Determines if scale range is auto or fixed. | |
| Screen |
Screen the control resides in.
(Inherited from ControlBase) | |
| SourceTag | Fully qualified tag name that maps to a view. When set, tag data is requested in real-time. Default value is null. | |
| TemplateId |
Id used to find sibling controls within a template. All siblings will have the same id.
Default value is null.
(Inherited from ControlBase) | |
| TimeShift | Amount of time trend data will be shifted. |