:: com :: sun :: star :: chart ::

deprecated struct ChartDataValue
Usage Restrictions
deprecated
Description
describes a single data value, including the error

This struct is currently used nowhere.


Elements' Summary
Value value by itself.  
HighError highest possible error value.  
LowError lowest possible error value.  
Elements' Details
Value
double Value;
Description
value by itself.
HighError
double HighError;
Description
highest possible error value.
LowError
double LowError;
Description
lowest possible error value.
Top of Page