- Description
- Sets the data for the chart as a whole. When this method is
called, all currently set data is removed. It is replaced by
the data that is returned by the current
::com::sun::star::chart2::XDataProvider by using the given range
representation.
- Parameter aRangeRepresentation
-
This range representation must be in a format that is
understood by the currently attached
::com::sun::star::chart2::XDataProvider .
- Throws
- com::sun::star::lang::IllegalArgumentException
If the range representation could not dealt with by the
current data provider, or there is currently no data
provider at all.
|