The TwxDataSample type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| IsGoodQualityData |
Gets whether both IsMissingData and IsUncertainData are false.
| |
| IsMissingData |
Gets or sets whether the sample has missing data.
| |
| IsUncertainData |
Gets or sets whether the sample has uncertain quality data.
| |
| Tag |
Gets or sets custom data associated to this sample. Not used internally.
| |
| TextValue |
Gets or sets the text value.
| |
| Timestamp |
Gets or sets the timestamp. Value shared with XValue.
| |
| XValue |
Gets or sets the X value. Usually time in milliseconds. Value shared with Timestamp.
| |
| YValue |
Gets or sets the Y value.
| |
| ZValue |
Gets or sets the Z value. Not used internally.
|