the properties of the background area of the chart document.
The area's extent is equal to the document size. If you
want to access properties of the background area of the
diagram, in which the actual data is represented, you have to
change the chart wall which you get from the
X3DDisplay.
Setting a new diagram implicitly disposes the previous
diagram.
Parameter xDiagram
the new diagram that should be set for the chart. To
create such a diagram component, you can use the
::com::sun::star::lang::XMultiServiceFactory,
which should be implemented by an
XChartDocument.
The returned object supports interface XChartDataArray
which can be used to access the concrete data.
Since OOo 3.3 the returned object also supports interface XComplexDescriptionAccess
which can be used to access complex hierarchical axis descriptions.
Since OOo 3.4 the returned object also supports interface XDateCategories.