service ChartDocument in module com::sun::star::chart::

(Global Index)

Syntax

service ChartDocument;

Description

is the service for a chart document.

A chart document consists of a reference to the data source, the diagram and some additional elements like a main title, a sub-title or a legend.

See also

Diagram

See also

ChartLegend

See also

ChartTitle

See also

ChartDataArray

Exported Interfaces

com::sun::star::chart::XChartDocument

Description

manages the chart document.


com::sun::star::beans::XPropertySet

Description

provides information about and access to the properties from an implementation.


Property Summary

HasMainTitle determines if the main title is shown or hidden.

HasSubTitle determines if the subtitle is shown or hidden.

HasLegend determines if the legend is shown or hidden.

Property Details



HasMainTitle

Syntax

boolean HasMainTitle;

Description

determines if the main title is shown or hidden.


HasSubTitle

Syntax

boolean HasSubTitle;

Description

determines if the subtitle is shown or hidden.


HasLegend

Syntax

boolean HasLegend;

Description

determines if the legend is shown or hidden.

Top of Page