struct ChartDataValue in module com::sun::star::chart::

(Global Index)

[ DEPRECATED ]

Syntax

struct ChartDataValue;

Description

describes a single data value, including the error

This struct is currently used nowhere.

Field Summary

Value value by itself.

HighError highest possible error value.

LowError lowest possible error value.

Field Details



Value

Syntax

double Value;

Description

value by itself.


HighError

Syntax

double HighError;

Description

highest possible error value.


LowError

Syntax

double LowError;

Description

lowest possible error value.

Top of Page