merged tag ooo/OOO330_m14
[LibreOffice.git] / offapi / com / sun / star / chart2 / XLegendSymbolProvider.idl
blob56b2b082d31730b46c0f47bcebd2110490984082
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>
7 module com
9 module sun
11 module star
13 module chart2
16 /**
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();
30 } ; // chart2
31 } ; // com
32 } ; // sun
33 } ; // star
35 #endif