Click or drag to resize

ControlTrendGraph Properties

The ControlTrendGraph type exposes the following members.

Properties
 NameDescription
Public propertyAssetFilter Get or set filter applied to the current asset context to narrow down assets included.
Public propertyAssetInstanceMaxCount Max number of child asset instance trends that will be added. The maximum value is 100.
Public propertyAssetInstances 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.
Public propertyAssetType Type of asset associated with control.
Public propertyAttributes Provides access to the TrendGraph Attributes.
Public propertyBandMode Determines how bands are sized.
Public propertyBandPadding Padding between bands.
Public propertyBufferSize Size of the buffer for value data.
Public propertyCode exampleChildren Collection of child controls. Add, remove, index, iterate and more using the IControlChildren interface.
Public propertyCursorCount Number of trend values displayed in cursor mode.
Public propertyCursorMode Determines cursor mode.
Public propertyEventBoundEnd 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
Public propertyEventBoundStart 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
Public propertyEventInstanceMaxCount Max number of child event instance trends that will be added. The maximum value is 100.
Public propertyEventInstances Event instances that match filter criteria or are pinned.
Public propertyEventMetadataFilters Filter criteria to narrow event results.
Public propertyEventOffsetEnd Offset to include follow up data from an event.
Public propertyEventOffsetStart Offset used to include data leading up to an event.
Public propertyEventPins 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.
Public propertyEventServer Gets the server this event resides on.
Public propertyEventTypes Gets the event type of this event that is defined in the model view.
Public propertyGridLineStyle Determines line style used when drawing.
Public propertyHeight Height of control in pixels.
Public propertyHorizontalGridMode Determines how horizontal grid lines are drawn.
Public propertyHorizontalGridPixels Number of pixels between horizontal gridlines.
Public propertyIsAnnotationsVisible Whether Annotations are visible or not
Public propertyIsScaleLeftVisible Are scales visible on the left side.
Public propertyIsScaleRightVisible Are scales visible on the right side.
Public propertyIsTimeVisible Is Time bar visible below plot area.
Public propertyIsVerticalGridTimeVisible Is Time displayed along vertical grid lines.
Public propertyIsVisible Visibility of control. Default value is true.
Public propertyKind Kind of control.
(Inherited from ControlBase)
Public propertyLegacyInterface This method is deprecated, please see documentation for help.
Public propertyLegendGridCount Maximum Grid rows visible in the legend when the legend is in Grid Mode.
Public propertyLegendMode Determines how legend is displayed.
Public propertyLiveScrollPercent Percent of time adjustments when scrolling backward and forward.
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 propertyParent Parent of the control.
(Inherited from ControlBase)
Public propertyScaleMode Determines how the scales are displayed.
Public propertyScreen Screen the control resides in.
(Inherited from ControlBase)
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 Timespan between TimeStart and TimeEnd
Public propertyTimeEnd End time
Public propertyTimeMode Current time mode. Live or Pause.
Public propertyTimeStart Start time
Public propertyTitle Title of control used for display purposes. Default value is null.
Public propertyVerticalGridCount Number of vertical grid lines displayed when using Line Count setting.
Public propertyVerticalGridDuration Timespan between vertical grid lines when using the Time Interval setting
Public propertyVerticalGridMode Determines how the vertical grid lines are displayed.
Public propertyVerticalGridPixels Pixels between vertical grid lines when using the Pixel setting.
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