summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-05-22 13:47:15 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-05-22 13:47:15 +0000
commit672570fbbcf220cdf45039faab1c549efdfcd42c (patch)
tree72488895893e5ede99a5f695afd30d8111ca9c4a /offapi/com/sun/star/chart
parent19d717c5dc232868067bedcb00e226ece07dc98f (diff)
INTEGRATION: CWS chart2mst3 (1.16.48); FILE MERGED
2005/10/07 19:04:46 bm 1.16.48.2: RESYNC: (1.16-1.17); FILE MERGED 2005/07/26 12:47:12 bm 1.16.48.1: undocumented property SegmentOffset
Diffstat (limited to 'offapi/com/sun/star/chart')
-rw-r--r--offapi/com/sun/star/chart/ChartDataPointProperties.idl10
1 files changed, 8 insertions, 2 deletions
diff --git a/offapi/com/sun/star/chart/ChartDataPointProperties.idl b/offapi/com/sun/star/chart/ChartDataPointProperties.idl
index a59120903..a2623bb99 100644
--- a/offapi/com/sun/star/chart/ChartDataPointProperties.idl
+++ b/offapi/com/sun/star/chart/ChartDataPointProperties.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: ChartDataPointProperties.idl,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 22:06:25 $
+ * last change: $Author: vg $ $Date: 2007-05-22 14:47:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -139,6 +139,12 @@ published service ChartDataPointProperties
@see ChartSymbolType
*/
[optional, property] string SymbolBitmapURL;
+
+ /** the offset by which pie segments in a <type>PieDiagram</type>
+ are dragged outside from the center. This value is given in
+ percent of the radius.
+ */
+ [optional, property] long SegmentOffset;
};
//=============================================================================