1 #ifndef com_sun_star_chart_CustomLegendEntry_idl
2 #define com_sun_star_chart_CustomLegendEntry_idl
4 #include
<com
/sun
/star
/beans
/XPropertySet.idl
>
5 #include
<com
/sun
/star
/chart2
/XLegendSymbolProvider.idl
>
16 /** A legend entry that does not depend on data series or other chart
17 objects. It may contain any text a user specifies.
19 service CustomLegendEntry
21 /** Is used to identify an object as one that may be shown in a
24 interface XLegendEntry
;
26 /** Is used to display a legend text
30 /** If the legend entry should contain a user-defined symbol, you
31 have to implement this interface.
33 [optional] interface XLegendSymbolProvider
;
35 /** must be supported, if properties are implemented
37 [optional] service
::com
::sun
::star
::beans
::XPropertySet
;
39 /** determines what kind of symbol is displayed next to the entry
42 [optional, property
] LegendSymbolStyle SymbolStyle
;