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

unpublished service Diagram

Exported Interfaces
XDiagram
XCoordinateSystemContainer
XTitled
Description
gives access to the sub title of a chart document
Properties' Summary
[ maybevoid ] RelativePosition
RelativePosition
The position is as a relative position on the page.  
::com::sun::star::layout::RelativeSize
RelativeSize
The size of the diagram as relative size of the page size.  
boolean
SortByXValues
[ OPTIONAL ]
Sort data points by x values for rendering  
boolean
ConnectBars
[ OPTIONAL ]
Draw connection lines for stacked bar charts.  
Properties' Details
RelativePosition
[ maybevoid ] RelativePosition RelativePosition;
Description
The position is as a relative position on the page.

If a relative position is given the diagam is not automatically placed, but instead is placed relative on the page.

RelativeSize
::com::sun::star::layout::RelativeSize RelativeSize;
Description
The size of the diagram as relative size of the page size.
SortByXValues
boolean SortByXValues;
Usage Restrictions
optional
Description
Sort data points by x values for rendering
ConnectBars
boolean ConnectBars;
Usage Restrictions
optional
Description
Draw connection lines for stacked bar charts.

 
Top of Page