Control |
The ControlTrendGraph type exposes the following members.
| Name | Description | |
|---|---|---|
| AssetFilter | Get or set filter applied to the current asset context to narrow down assets included. | |
| AssetInstanceMaxCount | Max number of child asset instance trends that will be added. The maximum value is 100. | |
| AssetInstances | Array of available asset instances. Value is dependent upon properties AssetServer, AssetView, and AssetType. Assets must be defined by an asset model view. Default value is null. | |
| AssetType | Type of asset associated with control. | |
| Attributes | Provides access to the TrendGraph Attributes. | |
| BandMode | Determines how bands are sized. | |
| BandPadding | Padding between bands. | |
| BufferSize | Size of the buffer for value data. | |
| Children | Collection of child controls. Add, remove, index, iterate and more using the IControlChildren interface. | |
| CursorCount | Number of trend values displayed in cursor mode. | |
| CursorMode | Determines cursor mode. | |
| EventBoundEnd | End boundary to use when searching for events. Any events that were active during or before this time will be included in the results. Value is expected to be a relative time or absolute time formatted using "O" (round-trip date/time pattern). Documentation for absolute formatting can be found here: https://learn.microsoft.com/en-us/dotnet/standard/base-types/standard-date-and-time-format-strings | |
| EventBoundStart | Start boundary to use when searching for events. Any events that were active during or after this time will be included in the results. Value is expected to be a relative time or absolute time formatted using "O" (round-trip date/time pattern). Documentation for absolute formatting can be found here: https://learn.microsoft.com/en-us/dotnet/standard/base-types/standard-date-and-time-format-strings | |
| EventInstanceMaxCount | Max number of child event instance trends that will be added. The maximum value is 100. | |
| EventInstances | Event instances that match filter criteria or are pinned. | |
| EventMetadataFilters | Filter criteria to narrow event results. | |
| EventOffsetEnd | Offset to include follow up data from an event. | |
| EventOffsetStart | Offset used to include data leading up to an event. | |
| EventPins | Ids of events that should be added to the event instances collection even if they do not match the event filters. This is useful for comparing a golden batch or keeping multiple events available for comparison as filters are changed. | |
| EventServer | Gets the server this event resides on. | |
| EventTypes | Gets the event type of this event that is defined in the model view. | |
| GridLineStyle | Determines line style used when drawing. | |
| Height | Height of control in pixels. | |
| HorizontalGridMode | Determines how horizontal grid lines are drawn. | |
| HorizontalGridPixels | Number of pixels between horizontal gridlines. | |
| IsAnnotationsVisible | Whether Annotations are visible or not | |
| IsScaleLeftVisible | Are scales visible on the left side. | |
| IsScaleRightVisible | Are scales visible on the right side. | |
| IsTimeVisible | Is Time bar visible below plot area. | |
| IsVerticalGridTimeVisible | Is Time displayed along vertical grid lines. | |
| IsVisible | Visibility of control. Default value is true. | |
| Kind |
Kind of control.
(Inherited from ControlBase) | |
| LegacyInterface | This method is deprecated, please see documentation for help. | |
| LegendGridCount | Maximum Grid rows visible in the legend when the legend is in Grid Mode. | |
| LegendMode | Determines how legend is displayed. | |
| LiveScrollPercent | Percent of time adjustments when scrolling backward and forward. | |
| 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) | |
| Parent |
Parent of the control.
(Inherited from ControlBase) | |
| ScaleMode | Determines how the scales are displayed. | |
| Screen |
Screen the control resides in.
(Inherited from ControlBase) | |
| 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 | Timespan between TimeStart and TimeEnd | |
| TimeEnd | End time | |
| TimeMode | Current time mode. Live or Pause. | |
| TimeStart | Start time | |
| Title | Title of control used for display purposes. Default value is null. | |
| VerticalGridCount | Number of vertical grid lines displayed when using Line Count setting. | |
| VerticalGridDuration | Timespan between vertical grid lines when using the Time Interval setting | |
| VerticalGridMode | Determines how the vertical grid lines are displayed. | |
| VerticalGridPixels | Pixels between vertical grid lines when using the Pixel setting. | |
| 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. |