:: com :: sun :: star ::

module chart2
Description
New implementation of Charting diagram interfaces. This module contains only a rather small public API. In addition there is a private API in the chart2 project.

Services
DataFilter A filter gets some data and provides some data. The received data is typically (but not necessarily) different from the data that can be retrieved by a filter.
DataSequence describes a container for a sequence of values.
DataSink describes a service that allows reading two-dimensional data in the form of a sequence of DataSequence s.
DataSource describes a service that allows reading two-dimensional data in the form of a sequence of DataSequence s.
Interfaces
XDataChangeListener
XDataInterpretation offers tooling to interpret different data sources in a structural and chart-type-independent way.
XDataProvider An application that provides data for a chart must implement this interface.
XDataReceiver
XDataSequence allows acces to a one-dimensional sequence of data.
XDataSink is a container for sequences of data. With this interface data can only be written to.
XDataSource provides access to sequences of data. With this interface data can only be read from.
XNumericalDataSequence allows acces to a one-dimensional sequence of double precision floating-point numbers.
XTextualDataSequence allows acces to a one-dimensional sequence of strings.
Structs
DataChangeEvent
Typedefs
DataSequenceRole a string that states in what way a DataSequence should be used. If this property is an empty string, no proposition about usage is made.
Top of Page