summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart2/DataPointProperties.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart2/DataPointProperties.idl')
-rw-r--r--offapi/com/sun/star/chart2/DataPointProperties.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/offapi/com/sun/star/chart2/DataPointProperties.idl b/offapi/com/sun/star/chart2/DataPointProperties.idl
index 647d4edb0f21..090d08661e68 100644
--- a/offapi/com/sun/star/chart2/DataPointProperties.idl
+++ b/offapi/com/sun/star/chart2/DataPointProperties.idl
@@ -262,6 +262,10 @@ service DataPointProperties
*/
[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;