summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorBalazs Varga <balazs.varga991@gmail.com>2020-07-08 11:06:38 +0200
committerLászló Németh <nemeth@numbertext.org>2020-08-18 19:01:21 +0200
commit5d67d70b26706ce8a08612c12a68821f984210a2 (patch)
tree7e857813c19bb75a6d0751fc31a7bec6101dc213 /offapi
parent73f9d308337ce54d724f46e96e6505c45f445f26 (diff)
tdf#134563 Add UNO API for custom leader lines
If its ShowCustomLeaderLines=true, data series uses leader lines for labels with custom alignment. Add also OOXML import/export of custom data series setting. Change-Id: I8e6f7cb457c38b84aa40c917e69704862262a96e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98323 Tested-by: László Németh <nemeth@numbertext.org> Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/chart2/DataSeries.idl7
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 ffcf8daeb7f0..11d4f529007c 100644
--- a/offapi/com/sun/star/chart2/DataSeries.idl
+++ b/offapi/com/sun/star/chart2/DataSeries.idl
@@ -187,6 +187,13 @@ service DataSeries
@since LibreOffice 7.0
*/
[optional, property] sequence<long> DeletedLegendEntries;
+
+ /** This property describes whether the data point and the data label
+ are connected with a leader line.
+
+ @since LibreOffice 7.1
+ */
+ [optional, property] boolean ShowCustomLeaderLines;
};
} ; // chart2