Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

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, ChartLegend, ChartTitle, ChartDataArray
Developers Guide
Charts - Working With Charts - Document Structure

Included Services - Summary
::com::sun::star::xml::UserDefinedAttributeSupplier

If a ChartDocument may be stored as XML file, this service should be supported in order to preserve unparsed XML attributes. (details)

Exported Interfaces - Summary
XChartDocument
(referenced entity's summary:)
manages the chart document.
::com::sun::star::beans::XPropertySet
(referenced entity's summary:)
provides information about and access to the properties from an implementation.
::com::sun::star::drawing::XDrawPageSupplier
Properties' Summary
boolean
HasMainTitle
determines if the main title is shown or hidden.  
boolean
HasSubTitle
determines if the subtitle is shown or hidden.  
boolean
HasLegend
determines if the legend is shown or hidden.  
Included Services - Details
::com::sun::star::xml::UserDefinedAttributeSupplier
Usage Restrictions
optional
Description
If a ChartDocument may be stored as XML file, this service should be supported in order to preserve unparsed XML attributes.
Since
OOo 1.1.2
Exported Interfaces - Details
XChartDocument
(referenced entity's summary:)
manages the chart document.
::com::sun::star::beans::XPropertySet
(referenced entity's summary:)
provides information about and access to the properties from an implementation.
::com::sun::star::drawing::XDrawPageSupplier
Usage Restrictions
optional
Properties' Details
HasMainTitle
boolean HasMainTitle;
Description
determines if the main title is shown or hidden.
HasSubTitle
boolean HasSubTitle;
Description
determines if the subtitle is shown or hidden.
HasLegend
boolean HasLegend;
Description
determines if the legend is shown or hidden.

 
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.