From c32a4c2fac32b766a05473d037d73cbcd972dadd Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Wed, 5 Dec 2018 03:45:17 +0100 Subject: 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 --- offapi/com/sun/star/chart2/DataSeries.idl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'offapi/com/sun/star/chart2') 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.

*/ [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 -- cgit