LibreOffice
LibreOffice 24.2 SDK API Reference
|
describes a single data row, specified by its name and a sequence of data points. More...
import"ChartDataRow.idl";
Public Attributes | |
string | Name |
The name of the data row. More... | |
sequence< sequence< ChartDataValue > > | Points |
The points contained in this data row. More... | |
describes a single data row, specified by its name and a sequence of data points.
This struct is currently used nowhere.
string Name |
The name of the data row.
sequence< sequence<ChartDataValue> > Points |
The points contained in this data row.