:: 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
::com::sun::star::chart2::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.
::com::sun::star::chart2::DataSequence describes a container for a sequence of values.
::com::sun::star::chart2::DataSink describes a service that allows reading two-dimensional data in the form of a sequence of ::com::sun::star::chart2::DataSequence s.
::com::sun::star::chart2::DataSource describes a service that allows reading two-dimensional data in the form of a sequence of ::com::sun::star::chart2::DataSequence s.
Interfaces
::com::sun::star::chart2::XDataChangeListener
::com::sun::star::chart2::XDataInterpretation offers tooling to interpret different data sources in a structural and chart-type-independent way.
::com::sun::star::chart2::XDataProvider An application that provides data for a chart must implement this interface.
::com::sun::star::chart2::XDataReceiver
::com::sun::star::chart2::XDataSequence allows acces to a one-dimensional sequence of data.
::com::sun::star::chart2::XDataSink is a container for sequences of data. With this interface data can only be written to.
::com::sun::star::chart2::XDataSource provides access to sequences of data. With this interface data can only be read from.
::com::sun::star::chart2::XNumericalDataSequence allows acces to a one-dimensional sequence of double precision floating-point numbers.
::com::sun::star::chart2::XTextualDataSequence allows acces to a one-dimensional sequence of strings.
Structs
::com::sun::star::chart2::DataChangeEvent
Typedefs
::com::sun::star::chart2::DataSequenceRole a string that states in what way a ::com::sun::star::chart2::DataSequence should be used. If this property is an empty string, no proposition about usage is made.
Top of Page