summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-07-30 10:49:46 +0000
committerRüdiger Timm <rt@openoffice.org>2008-07-30 10:49:46 +0000
commit70c2bb98baf3069815b4581a44a2c3593be542e4 (patch)
tree34e67820f670f43e53a68a2c4cc62731bd16949b /offapi/com/sun/star/chart
parent524a00965c6c77fb568d4e45be24d4a2d4bb68fc (diff)
INTEGRATION: CWS chart22 (1.13.472); FILE MERGED
2008/04/17 11:20:03 iha 1.13.472.2: RESYNC: (1.13-1.14); FILE MERGED 2008/02/21 16:47:33 iha 1.13.472.1: #i65549# Plotting of missing values
Diffstat (limited to 'offapi/com/sun/star/chart')
-rw-r--r--offapi/com/sun/star/chart/Diagram.idl10
1 files changed, 9 insertions, 1 deletions
diff --git a/offapi/com/sun/star/chart/Diagram.idl b/offapi/com/sun/star/chart/Diagram.idl
index a843bd4bcfc7..d76eb360a50b 100644
--- a/offapi/com/sun/star/chart/Diagram.idl
+++ b/offapi/com/sun/star/chart/Diagram.idl
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: Diagram.idl,v $
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
* This file is part of OpenOffice.org.
*
@@ -95,6 +95,14 @@ published service Diagram
*/
[property] long DataCaption;
+ //-------------------------------------------------------------------------
+
+ /** specifies how empty or invalid cells in the provided data should be handled when displayed
+
+ @see MissingValueTreatment
+ */
+ [optional, property] long MissingValueTreatment;
+
};
//=============================================================================