GLG Toolkit, C# Class Library  Version 4.6
GlgDataSampleExt Class Reference

Extended DataSample object that holds data for one point of a chart. More...

Detailed Description

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...
 

Member Data Documentation

◆ drawn_size

byte drawn_size

BAR width or MARKER size.

◆ drawn_type

byte drawn_type

BAR fill type or MARKER type.

◆ edge_color

int edge_color

Edge color of a BAR or MARKER.

◆ fill_color

int fill_color

Fill color of a BAR or MARKER.

◆ line_width

byte line_width

BAR line width.

◆ saved_type

GlgExtDataType saved_type

Type of the saved extended data: BAR_EXT_DATA or MARKER_EXT_DATA.

◆ y_low

double y_low

BAR YLow value.