1 #ifndef com_sun_star_chart_XLegendSymbolProvider_idl
2 #define com_sun_star_chart_XLegendSymbolProvider_idl
4 #include
<com
/sun
/star
/uno
/XInterface.idl
>
5 #include
<com
/sun
/star
/drawing
/XShape.idl
>
18 interface XLegendSymbolProvider
: ::com
::sun
::star
::uno
::XInterface
20 /** The returned shape is used for display in the legend. It may
21 also be used for display at a data points.
23 <p>The shape returned here, will be resized using
24 <member scope="com::sun::star::drawing">XShape::setSize</member>
25 to fit the available space in the legend.</p>
27 com
::sun
::star
::drawing
::XShape getSymbol
();