Class for ClientDrillingChart operation.

The following tables list the members exposed by the ClientDrillingChart type.

Name Description
Public constructor ClientDrillingChart 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(TDrillingChart 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(TDrillingChart trend, string[] tagNames, DateTime start, TimeSpan duration).
Public property ArrayIndexes (inherited from RunObj).
Public property Count (inherited from ListObj).
Public property DisableShowAlarms Disable show alarms in DrillingChart control
Public property DisableShowRangeEvents Disable show range events in DrillingChart control (ChartType = Duration)
Public property DisableShowTagNotes Disable show tag notes in DrillingChart control
Public property DisableShowTimeNotes Disable show time notes in DrillingChart control (ChartType = Duration)
Public property DisableShowXValueNotes Disable show x value notes in DrillingChart control (ChartType = X/Y)
Public property GetAnnotationTableMethod Full GetAnnotationTableMethod method name in "Script.Class" with Client domain. Ex: Script.Class.ClientMain.MyGetAnnotationTable. Prototype: public DataTable GetAnnotationTableMethod(TDrillingChart trend, string[] tagNames, object xMinValue, object xMaxValue, bool showTagNotes, bool showTimeNotes/showXValueNotes, bool showRangeEvents).
Public property ID (inherited from RunObj).
Public property Item (Overloaded) (inherited from ListObj).
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 ObjServer (inherited from RunObj).
Public property ObjType (inherited from RunObj).
Public property Parent (inherited from RunObj).
Public property Root (inherited from RunObj).
Public property SyncRoot (inherited from ListObj).
Public property TModule (inherited from RunObj).
Top
Name Description
Public method ClearCacheNames (inherited from ListObj).
Public method Equals (Overloaded) (inherited from Object).
Public method GetEnumerator (inherited from ListObj).
Public method GetHashCode (inherited from Object).
Public method GetID (inherited from ListObj).
Public method GetName (Overloaded) (inherited from ListObj).
Public method GetObj (Overloaded) (inherited from ListObj).
Public method GetObjAsObject (inherited from ListObj).
Public method GetObjRef (inherited from RunObj).
Public method GetType (inherited from Object).
Public method IsInUse (inherited from ListObj).
Public method OnContinue (inherited from RunObj).
Public method OnPause (inherited from RunObj).
Public method OnStart (inherited from RunObj).
Public method OnStop (inherited from RunObj).
Public method PreloadRunObj (inherited from ListObj).
Public method Static ReferenceEquals (inherited from Object).
Public method StartPreloadRunObjs (Overloaded) (inherited from ListObj).
Public method ToString (inherited from RunObj).
Top
Name Description
Public extension method ApplyCast (Overloaded) (Defined by GenericEnumerableHelper).
Public extension method ApplyCount (Defined by GenericEnumerableHelper).
Public extension method ApplySelect (Overloaded) (Defined by GenericEnumerableHelper).
Public extension method ApplyWhere (Defined by GenericEnumerableHelper).
Public extension method ApplyWhereNotNull (Defined by GenericEnumerableHelper).
Public extension method AsParallel (Defined by ParallelEnumerable).
Public extension method AsQueryable (Defined by Queryable).
Public extension method Cast (Defined by Enumerable).
Public extension method ConvertAll (Defined by IEnumerableExtensions).
Public extension method GetParentViewModel (Defined by POCOViewModelExtensions).
Public extension method GetRequiredService (Overloaded) (Defined by POCOViewModelExtensions).
Public extension method GetService (Overloaded) (Defined by POCOViewModelExtensions).
Public extension method IsInDesignMode (Defined by POCOViewModelExtensions).
Public extension method OfType (Defined by Enumerable).
Public extension method RaisePropertiesChanged (Defined by POCOViewModelExtensions).
Top