TheChartData Members
The TheChartData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TheChartData()()()() |
Public constructor for deserialization
|
|
TheChartData(Int32) |
Constructor setting all arrays
|
Methods
Name | Description | |
---|---|---|
Equals(System.Object) | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
BlockNo |
If the chart data is part of a bigger storage table, this value contains the virtual block number in the storage
|
|
IsValidValue |
Array of bools . a true value means that the corresponding value in the MyValue array is valid
|
|
MyValue |
Array of values
|
|
Name |
Each Value can have a different name
|
|
Series |
Amount of series
|
|
TimeStamp |
Timestamp of the Chart Data
|
|
ValCnt |
Aray of value counts
|