diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2018-12-05 03:45:17 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2018-12-05 15:43:28 +0100 |
commit | c32a4c2fac32b766a05473d037d73cbcd972dadd (patch) | |
tree | 79a30a34b8b91307a49cd32bb1db3f7908277d9d /offapi/com/sun/star/chart2 | |
parent | 7e7b9a90adc5186d48febce5ee0c0afb09aedaee (diff) |
tdf#51671, implement feature to disable legend entry for series
No UI and no ODF or OOXML support yet.
Change-Id: I839c195e9c42f074838ff6592331f7cdd13b6cd2
Reviewed-on: https://gerrit.libreoffice.org/64583
Tested-by: Jenkins
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'offapi/com/sun/star/chart2')
-rw-r--r-- | offapi/com/sun/star/chart2/DataSeries.idl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/offapi/com/sun/star/chart2/DataSeries.idl b/offapi/com/sun/star/chart2/DataSeries.idl index 0d43ee6adf56..357ec4fcd097 100644 --- a/offapi/com/sun/star/chart2/DataSeries.idl +++ b/offapi/com/sun/star/chart2/DataSeries.idl @@ -173,6 +173,13 @@ service DataSeries this series there.</p> */ [optional, property] long AttachedAxisIndex; + + /** This property describes whether the legend entry for the + the data series should be shown. + + @since LibreOffice 6.3 + */ + [optional, property] boolean ShowLegendEntry; }; } ; // chart2 |