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

service Diagram
Description
the base service for the diagram of the chart document.

The diagram is the object that contains the actual plot.

Different Diagram Types, e.g., ::com::sun::star::chart::PieDiagram or ::com::sun::star::chart::LineDiagram , can be instantiated by the ::com::sun::star::lang::XMultiServiceFactory of the ::com::sun::star::chart::XChartDocument .

Developers Guide
10.2.1 Charts - Handling Chart Documents - Creating Charts - Setting the Chart Type

Included Services
::com::sun::star::xml::UserDefinedAttributeSupplier
Usage Restrictions
optional
Description
If a ::com::sun::star::chart::Diagram may be stored as XML file, this service should be supported in order to preserve unparsed XML attributes.
Since
OpenOffice 1.1.2
Exported Interfaces
::com::sun::star::chart::XDiagram
(referenced entity's summary:)
manages the diagram of the chart document.
::com::sun::star::beans::XPropertySet
(referenced entity's summary:)
provides information about and access to the properties from an implementation.
Properties' Summary
::com::sun::star::chart::ChartDataRowSource
DataRowSource
determines if the data for a data row is contained in the columns or in the rows of the data array.  
long
DataCaption
specifies how the caption of data points is displayed.  
Properties' Details
DataRowSource
::com::sun::star::chart::ChartDataRowSource DataRowSource;
Description
determines if the data for a data row is contained in the columns or in the rows of the data array.
See also
::com::sun::star::chart::ChartDataRowSource
See also
::com::sun::star::chart::ChartDataArray
DataCaption
long DataCaption;
Description
specifies how the caption of data points is displayed.
See also
::com::sun::star::chart::ChartDataCaption

 
Top of Page