summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart/ChartDataPointProperties.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart/ChartDataPointProperties.idl')
-rw-r--r--offapi/com/sun/star/chart/ChartDataPointProperties.idl5
1 files changed, 5 insertions, 0 deletions
diff --git a/offapi/com/sun/star/chart/ChartDataPointProperties.idl b/offapi/com/sun/star/chart/ChartDataPointProperties.idl
index 61aeec40547f..8b586dce08cf 100644
--- a/offapi/com/sun/star/chart/ChartDataPointProperties.idl
+++ b/offapi/com/sun/star/chart/ChartDataPointProperties.idl
@@ -92,6 +92,11 @@ published service ChartDataPointProperties
[optional, property] string LabelSeparator;
+ /** specifies if the text of a data label (caption) must be wrapped
+ */
+ [optional, property] boolean TextWordWrap;
+
+
/** specifies a number format for the display of the value in the data label
*/
[optional, property] long NumberFormat;