summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-07-30 10:50:31 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-07-30 10:50:31 +0000
commit788215371afad0ce212ea3b452abe9f9547881bb (patch)
tree3b668373b117ce58a1276c683c2a5de1ad2eb4d0 /offapi/com/sun/star
parent3658a0d5be33f39fa3fee1d3acd4612be5ed4050 (diff)
INTEGRATION: CWS chart22 (1.3.106); FILE MERGED
2008/06/10 11:11:07 iha 1.3.106.4: RESYNC: (1.5-1.7); FILE MERGED 2008/04/17 11:20:00 iha 1.3.106.3: RESYNC: (1.4-1.5); FILE MERGED 2008/04/03 16:42:16 iha 1.3.106.2: RESYNC: (1.3-1.4); FILE MERGED 2008/02/21 16:48:00 iha 1.3.106.1: #i65549# Plotting of missing values
Diffstat (limited to 'offapi/com/sun/star')
-rw-r--r--offapi/com/sun/star/chart2/Diagram.idl13
1 files changed, 12 insertions, 1 deletions
diff --git a/offapi/com/sun/star/chart2/Diagram.idl b/offapi/com/sun/star/chart2/Diagram.idl
index 641e37143..013711b68 100644
--- a/offapi/com/sun/star/chart2/Diagram.idl
+++ b/offapi/com/sun/star/chart2/Diagram.idl
@@ -8,7 +8,7 @@
*
* $RCSfile: Diagram.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
* This file is part of OpenOffice.org.
*
@@ -102,6 +102,11 @@ service Diagram
*/
[optional, property] boolean GroupBarsPerAxis;
+ /** Starting angle in degrees for pie charts and doughnut charts.
+ */
+ [optional, property] long StartingAngle;
+
+ [optional, property] boolean RightAngledAxes;
/** Perspective of 3D charts ( [0,100] ).
*/
@@ -114,6 +119,12 @@ service Diagram
/** Vertical rotation of 3D charts in degrees ( ]-180,180] ).
*/
[optional, property] long RotationVertical;
+
+ /** specifies how empty or invalid cells in the provided data should be handled when displayed
+
+ @see ::com::sun::star::chart::MissingValueTreatment
+ */
+ [optional, property] long MissingValueTreatment;
};
} ; // chart2