ClientTrendChart Class

Class for ClientTrendChart operation.
Public Class ClientTrendChart
This language is not supported or no code example is available.
public class ClientTrendChart
This language is not supported or no code example is available.
Name Description
Public constructor ClientTrendChart(RunObj, int) Construct the instance
Top
Name Description
Public property AddNoteMethod Full AddNoteMethod method name in "Script.Class" with Client domain. Ex: Script.Class.ClientMain.MyAddNoteMethod. Prototype: public void AddNote(TTrendChart trend, string tagName, object xValue, double yValue). Note TagName can be null
Public property AddRangeEventMethod Full AddRangeEventMethod method name in "Script.Class" with Client domain. Ex: Script.Class.ClientMain.MyAddRangeEventMethod. Prototype: public void AddRangeEventMethod(TTrendChart trend, string[] tagNames, DateTime start, TimeSpan duration).
Public property BackZoom BackZoom - Auxiliary to implement default TrendPage
Public property CanBackZoom CanBackZoom - Auxiliary to implement default TrendPage
Public property CanNextZoom CanNextZoom - Auxiliary to implement default TrendPage
Public property CursorOutput CursorOutput
Public property CursorPosition CursorPosition
Public property DisableShowAlarms Disable show alarms in TrendChart control
Public property DisableShowRangeEvents Disable show range events in TrendChart control (ChartType = Duration)
Public property DisableShowTagNotes Disable show tag notes in TrendChart control
Public property DisableShowTimeNotes Disable show time notes in TrendChart control (ChartType = Duration)
Public property DisableShowXValueNotes Disable show x value notes in TrendChart control (ChartType = X/Y)
Public property Duration Duration
Public property EnableMouseCursorConnection EnableMouseCursorConnection - Auxiliary to implement default TrendPage
Public property EndDateTime EndDateTime
Public property GetAnnotationTableMethod Full GetAnnotationTableMethod method name in "Script.Class" with Client domain. Ex: Script.Class.ClientMain.MyGetAnnotationTable. Prototype: public DataTable GetAnnotationTableMethod(TTrendChart trend, string[] tagNames, object xMinValue, object xMaxValue, bool showTagNotes, bool showTimeNotes/showXValueNotes, bool showRangeEvents).
Public property GridLinesBrush GridLinesBrush - Auxiliary to implement default TrendPage
Public property HistoryTableName History TableName
Public property IsPaused Paused
Public property IsRealTime Sets chart to Realtime current data
Public property IsYScaleAuto IsYScaleAuto - Auxiliary to implement default TrendPage
Public property IsYScaleCombined IsYScaleCombined - Auxiliary to implement default TrendPage
Public property IsYScaleDefault IsYScaleDefault - Auxiliary to implement default TrendPage
Public property MergeSameYScales MergeSameYScales - Auxiliary to implement default TrendPage
Public property MouseClickAnnotationMethod Full MouseClickAnnotationMethod method name in "Script.Class" with Client domain. Ex: Script.Class.ClientMain.MyMouseClickAnnotationMethod. Prototype: public void MouseClickAnnotationMethod(MouseButtonEventArgs e, bool isEvent, string identification, string title, string contents, string color, object xValue, double yValue, double duration).
Public property NextZoom NextZoom - Auxiliary to implement default TrendPage
Public property Paused TrendChart is Paused [Legacy] or showing historical values
Public property Pens Pens
Public property SelectPenIndex SelectPenIndex - Auxiliary to implement default TrendPage
Public property SelectedSetDuration SelectedSetDuration - Auxiliary to implement default TrendPage
Public property SelectedSetStartDateTime SelectedSetStartDateTime - Auxiliary to implement default TrendPage
Public property ShowPrimaryCursorValues Show Primary Cursor Values
Public property StackPens StackPens - Auxiliary to implement default TrendPage
Public property StartDateTime StartDateTime
Public property TimeBeforeNow TimeBeforeNow - Auxiliary to implement default TrendPage
Public property VerticalCursor VerticalCursor
Public property XEndValue XEndValue
Public property XLabelFormat XLabelFormat
Public property XLabels XLabels
Public property XStartValue XStartValue
Public property YLabelFormat YLabelFormat
Public property YLabels YLabels
Top
T.Modules.ClientStation.ClientTrendChart

.NET Framework

Supported in: 4.8

In this article

Definition