GLG Toolkit, Java Class Library  Version 4.5
GlgDataSample

Data sample object that holds data for one point of a chart. More...

Detailed Description

Data sample object that holds data for one point of a chart.

Data samples are not created directly. A chart creates and uses them when data are supplied via the chart's entry point.

Data samples can also be created by the GlgDataSampleNode objects used to prefill a chart with data, see GlgDataSampleNode.

Inherited by GlgDataSampleExt.

Public Attributes

boolean 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...
 
boolean valid
 Sample valid flag. More...
 
double value
 Y value. More...
 

Member Data Documentation

◆ extended_data

boolean extended_data

True if extended data are supplied and the data sample is an instance of GlgDataSampleExt.

◆ marker_vis

float marker_vis

Marker visibility (for plot types with markers).

◆ time

double time

Time stamp or X value.

◆ valid

boolean valid

Sample valid flag.

◆ value

double value

Y value.