Top   Module   Use   Manual   Index 

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

struct ChartDataValue


[ DEPRECATED ]
Description
describes a single data value, including the error

This struct is currently used nowhere.



Elements

double Value
Description
value by itself.
double HighError
Description
highest possible error value.
double LowError
Description
lowest possible error value.
Top of Page