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

(Global Index)

[ DEPRECATED ]

Syntax

struct ChartDataRow;

Description

describes a single data row, specified by its name and a sequence of data points.

This struct is currently used nowhere.

Field Summary

Name The name of the data row.

Points The points contained in this data row.

Field Details



Name

Syntax

string Name;

Description

The name of the data row.


Points

Syntax

sequence< sequence< com::sun::star::chart::ChartDataValue > > Points;

Description

The points contained in this data row.

Top of Page