|
GLG Toolkit, C# Class Library
Version 4.6
|
Extended DataSample object that holds data for one point of a chart. More...
Extended DataSample object that holds data for one point of a chart.
The extended data sample contains additinal BAR and MARKER properties.
Inherits GlgDataSample.
Public Attributes | |
| byte | drawn_size |
| BAR width or MARKER size. More... | |
| byte | drawn_type |
| BAR fill type or MARKER type. More... | |
| int | edge_color |
| Edge color of a BAR or MARKER. More... | |
| int | fill_color |
| Fill color of a BAR or MARKER. More... | |
| byte | line_width |
| BAR line width. More... | |
| GlgExtDataType | saved_type |
| Type of the saved extended data: BAR_EXT_DATA or MARKER_EXT_DATA. More... | |
| double | y_low |
| BAR YLow value. More... | |
Public Attributes inherited from GlgDataSample | |
| bool | extended_data |
| True if extended data are supplied and the data sample is an instance of GlgDataSampleExt. More... | |
| float | marker_vis |
| Marker visibility (for plot types with markers). More... | |
| double | time |
| Time stamp or X value. More... | |
| bool | valid |
| Sample valid flag. More... | |
| double | value |
| Y value. More... | |
| byte drawn_size |
BAR width or MARKER size.
| byte drawn_type |
BAR fill type or MARKER type.
| int edge_color |
Edge color of a BAR or MARKER.
| int fill_color |
Fill color of a BAR or MARKER.
| byte line_width |
BAR line width.
| GlgExtDataType saved_type |
Type of the saved extended data: BAR_EXT_DATA or MARKER_EXT_DATA.
| double y_low |
BAR YLow value.