diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-10-22 15:40:46 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-10-22 15:40:46 +0000 |
commit | 94a4f9be62d94c64057f08dc895afc75c9c31849 (patch) | |
tree | af78bd64896797e34ccdf8cda2c0018a8858e302 /offapi | |
parent | 5e77db3dd6ed9facbf715449cb2ac658ad87350d (diff) |
INTEGRATION: CWS chart14 (1.2.104); FILE MERGED
2007/08/31 15:16:31 bm 1.2.104.1: #i26795# implement feature: display bars on different axes side-by-side
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/chart2/Diagram.idl | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/offapi/com/sun/star/chart2/Diagram.idl b/offapi/com/sun/star/chart2/Diagram.idl index 7d102e9591a4..0cb482507325 100644 --- a/offapi/com/sun/star/chart2/Diagram.idl +++ b/offapi/com/sun/star/chart2/Diagram.idl @@ -4,9 +4,9 @@ * * $RCSfile: Diagram.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2007-05-22 14:52:32 $ + * last change: $Author: vg $ $Date: 2007-10-22 16:40:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -87,6 +87,19 @@ service Diagram /** Draw connection lines for stacked bar charts. */ [optional, property] boolean ConnectBars; + + /** If bars of a bar or column chart are attached to different + axis, this property determines how to display those. If + <TRUE/>, the bars are grouped together in one block for each + axis, thus they are painted one group over the other. + + <p>If <FALSE/>, the bars are displayed side-by-side, as if + they were all attached to the same axis.</p> + + <p>If all data series of a bar or column chart are attached to + only one axis, this property has no effect.</p> + */ + [optional, property] boolean GroupBarsPerAxis; }; } ; // chart2 |