:: com :: sun :: star :: chart2 ::

unpublished typedef DataSequenceRole
Defining Type
string
Description
a string that states in what way a DataSequence should be used. If this property is an empty string, no proposition about usage is made.

The strings can have any value. However some values are predefined and should always be interpreted in the same way.

label
values are used as a label for a series. Usually, you will have just one cell containing a string.
x-values
values are used as x-values in an XY- or bubble diagram
y-values
values are used as y-values in an XY-Diagram or as values in a bar, line, etc. chart
z-values
values may be used as z-values in a three-dimensional XYZ-Diagram or a surface-chart
sizes
values are used as radius of the bubbles in a Bubble-Diagram
x-errors
values are used as error-information in x-direction for displaying error-bars
y-errors
values are used as error-information in y-direction for displaying error-bars


Top of Page