From 381c9c6e5d179cf1d4dde9088fa5124fe2c36a99 Mon Sep 17 00:00:00 2001 From: Tünde Tóth Date: Tue, 25 Feb 2020 13:56:52 +0100 Subject: tdf#130777 UI: add Hide legend entry option for pie chart MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Follow-up of the following commits related to the new UNO property DeletedLegendEntries for pie charts: commit a96ec04a07c35338f5f9a0cb361b9322e5ca9cec (tdf#130225 implement ODF export of deleted legend entries of pie charts) commit 86be3422cd55fa9e44104f1628648061bb6a3495 (tdf#129857 Chart OOXML export: fix deleted legend entries) commit 6e847aa817999ab18acd534f9e6a86685bb268fc (tdf#129859 XLSX import: don't show deleted legend entries) Change-Id: I8b13823da745dfbfbf20f1d30f742c4baf803fc3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89456 Tested-by: László Németh Reviewed-by: László Németh --- chart2/uiconfig/ui/tp_DataPointOption.ui | 76 ++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 chart2/uiconfig/ui/tp_DataPointOption.ui (limited to 'chart2/uiconfig/ui') diff --git a/chart2/uiconfig/ui/tp_DataPointOption.ui b/chart2/uiconfig/ui/tp_DataPointOption.ui new file mode 100644 index 000000000000..01e93dac9775 --- /dev/null +++ b/chart2/uiconfig/ui/tp_DataPointOption.ui @@ -0,0 +1,76 @@ + + + + + + 600 + 1 + 10 + + + -100 + 100 + 1 + 10 + + + True + False + 6 + vertical + 6 + + + True + False + 0 + none + + + True + False + 6 + 12 + + + True + False + vertical + + + Hide legend entry + True + True + False + start + True + + + False + True + 0 + + + + + + + + + True + False + Legend Entry + + + + + + + + False + True + 3 + + + + -- cgit