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

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.

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

Included Services
Diagram
the base service for the diagram of the chart document.
ChartStatistics
offers statistical properties for the data in the chart. It is available for a single data row and for the whole diagram.
ChartAxisXSupplier
has to be supported by charts providing the cpabilities of a horizontal axis, i.e., an x -axis.
ChartTwoAxisYSupplier
a helper service for chart documents which supply primary and secondary y-axes.
LineDiagram
specifies line, spline and symbol diagrams.

 
Top of Page