From 9fab1ba8ddc59924c633aa17c65f7330a4762726 Mon Sep 17 00:00:00 2001 From: Tünde Tóth Date: Mon, 2 Mar 2020 08:56:11 +0100 Subject: tdf#75330 add a new overlay/no-overlay feature for the legend MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Implement "Show the legend without overlapping the chart" option for chart legend. Change-Id: Ifbba4c81136e13995d276434dc17a97b0675428c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89810 Tested-by: Jenkins Tested-by: László Németh Reviewed-by: László Németh --- offapi/com/sun/star/chart2/Legend.idl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'offapi/com/sun') diff --git a/offapi/com/sun/star/chart2/Legend.idl b/offapi/com/sun/star/chart2/Legend.idl index aad5606a9c02..805e90da6a60 100644 --- a/offapi/com/sun/star/chart2/Legend.idl +++ b/offapi/com/sun/star/chart2/Legend.idl @@ -67,6 +67,12 @@ service Legend */ [property] boolean Show; + /** Determines, whether the legend should overlay the chart. + + @since LibreOffice 7.0 + */ + [property] boolean Overlay; + /** contains the size of the page at the time when properties were set (e.g. the CharHeight). -- cgit