Click or drag to resize

XYZColumnPlotData Fields

The XYZColumnPlotData type exposes the following members.

Fields
 NameDescription
Protected field_accumulatedEventData The accumulated event data.
(Inherited from SuspendableDocumentNodeWithSetOfEventArgs)
Protected field_dataRowSelection The selection of data rows to be plotted.
Protected field_dataTableHolds a reference to the underlying data table. If the Empty property of the proxy is null, the underlying table must be determined from the column proxies.
Protected field_groupNumberThe group number of the data columns. All data columns should have this group number. Data columns having other group numbers will be marked.
Protected field_isCachedDataValidX 
Protected field_isCachedDataValidY 
Protected field_isCachedDataValidZ 
Protected field_parent The parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase)
Protected field_pointCount One more that the index to the last valid pair of plot data.
Protected field_suspendTokensOfChildsStores the suspend tokens of the suspended childs of this object.
(Inherited from SuspendableDocumentNode)
Protected fieldStatic member_tlsBufferedPlotDataList of plot points that is allocated once per thread (as thread local storage variable).
Protected field_xBoundaries 
Protected field_xColumn 
Protected field_yBoundaries 
Protected field_yColumn 
Protected field_zBoundaries 
Protected field_zColumn 
Top
See Also