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 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