LibreOffice
LibreOffice 24.2 SDK API Reference
Public Attributes | List of all members
ChartTableAddressSupplier Service Referencepublished

This is a helper service for access to table Address to cell ranges of the container document of a chart. More...

import"ChartTableAddressSupplier.idl";

Public Attributes

string CategoriesRangeAddress
 contains the address to the cells containing the names of the categories. More...
 
sequence< com::sun::star::chart::ChartSeriesAddressSeriesAddresses
 contains the addresses to the elements of a series. More...
 
string MainTitleAddress
 contains the address to the main title. More...
 
string SubTitleAddress
 contains the address to the sub title. More...
 

Detailed Description

This is a helper service for access to table Address to cell ranges of the container document of a chart.

The cell addresses are in the format of the application that contains this chart.

Member Data Documentation

◆ CategoriesRangeAddress

string CategoriesRangeAddress
property

contains the address to the cells containing the names of the categories.

Note: Each value of a data series belongs exactly to one category.

◆ MainTitleAddress

string MainTitleAddress
optionalproperty

contains the address to the main title.

◆ SeriesAddresses

sequence< com::sun::star::chart::ChartSeriesAddress > SeriesAddresses
property

contains the addresses to the elements of a series.

This sequence should contain one element for each series in the chart.

See also
ChartSeriesAddress

◆ SubTitleAddress

string SubTitleAddress
optionalproperty

contains the address to the sub title.


The documentation for this service was generated from the following file: