diff options
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/chart/ChartDataCaption.idl | 6 | ||||
-rw-r--r-- | offapi/com/sun/star/chart2/DataPointLabel.idl | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/offapi/com/sun/star/chart/ChartDataCaption.idl b/offapi/com/sun/star/chart/ChartDataCaption.idl index fb5da8034961..e61251549196 100644 --- a/offapi/com/sun/star/chart/ChartDataCaption.idl +++ b/offapi/com/sun/star/chart/ChartDataCaption.idl @@ -76,6 +76,12 @@ published constants ChartDataCaption @since LibreOffice 7.1 */ const long CUSTOM = 32; + + /** The name of the data series is additionally displayed in the caption. + + @since LibreOffice 7.2 + */ + const long DATA_SERIES = 64; }; diff --git a/offapi/com/sun/star/chart2/DataPointLabel.idl b/offapi/com/sun/star/chart2/DataPointLabel.idl index f16245c8797a..4b7f27c20836 100644 --- a/offapi/com/sun/star/chart2/DataPointLabel.idl +++ b/offapi/com/sun/star/chart2/DataPointLabel.idl @@ -64,6 +64,12 @@ struct DataPointLabel @since LibreOffice 7.1 */ boolean ShowCustomLabel; + + /** The name of the data series is additionally displayed in the caption. + + @since LibreOffice 7.2 + */ + boolean ShowSeriesName; }; |