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

(Global Index)

Syntax

service XYDiagram;

Description

a service for X/Y diagrams (Also known as scatter charts).

The special thing about X/Y diagrams is that the first series of data contains x -values. The other series contain y -values. Together both form two-dimensional coordinates, at which data points are placed.

Included Services

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

Description

the base service for the diagram of the chart document.


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

Description

offers statistical properties for the data in the chart. It is available for a single data row and for the whole diagram.


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

Description

has to be supported by charts providing the cpabilities of a horizontal axis, i.e., an x -axis.


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

Description

a helper service for chart documents which supply primary and secondary y-axes.


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

Description

specifies line, spline and symbol diagrams.


Top of Page