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

interface XLegendSymbolProvider

Methods' Summary
getSymbol The returned shape is used for display in the legend. It may also be used for display at a data points.  
Methods' Details
getSymbol
::com::sun::star::drawing::XShape
getSymbol();

Description
The returned shape is used for display in the legend. It may also be used for display at a data points.

The shape returned here, will be resized using ::com::sun::star::drawing::XShape::setSize to fit the available space in the legend.

Top of Page