:: com :: sun :: star :: chart2 ::

unpublished interface XDiagramProvider
Usage Restrictions
not published
Description
Gives access to a single diagram. This interface is needed by the wrapper for the old API (namespace com::sun::star::chart).

Methods' Summary
getDiagram  
setDiagram  
Methods' Details
getDiagram
XDiagram
getDiagram();

setDiagram
void
setDiagram( [in] XDiagram  xDiagram );

Top of Page