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

(Global Index)

Syntax

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., PieDiagram or LineDiagram , can be instantiated by the XMultiServiceFactory of the XChartDocument .

Exported Interfaces

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

Description

manages the diagram of the chart document.


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

Description

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


Property Summary

DataRowSource determines if the data for a data row is contained in the columns or in the rows of the data array.

DataCaption specifies how the caption of data points is displayed.

Property Details



DataRowSource

Syntax

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

ChartDataRowSource

See also

ChartDataArray

DataCaption

Syntax

long DataCaption;

Description

specifies how the caption of data points is displayed.

See also

ChartDataCaption
Top of Page