Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: chart ::

service BarDiagram
Description
This is a service for bar and column diagrams.

Included Services - Summary
Diagram
(referenced entity's summary:)
the base service for the diagram of the chart document.
ChartStatistics
(referenced entity's summary:)
offers statistical properties for the data in the chart. It is available for a single data row and for the whole diagram.
ChartAxisXSupplier
(referenced entity's summary:)
has to be supported by charts providing the cpabilities of a horizontal axis, i.e., an x-axis.
ChartTwoAxisYSupplier
(referenced entity's summary:)
a helper service for chart documents which supply primary and secondary y-axes.
ChartAxisZSupplier
(referenced entity's summary:)
A helper service for chart documents which supply a z-axis.
Dim3DDiagram
(referenced entity's summary:)
is a service for diagrams that support the capability to render themselves as three-dimensional diagrams as well as two-dimensional ones.
StackableDiagram
(referenced entity's summary:)
a helper service for stackable chart types (e.g., charts in which the data rows may be displayed stacked on each other or in percent relation).
Properties' Summary
boolean
Vertical
Determines if the bars of a chart are drawn vertically or horizontally. Default is vertical.  
boolean
Deep
[ OPTIONAL ]
If true, determines that in a three-dimensional bar chart the bars of each series are arranged behind each other in the z-direction. If false the arrangement of bars is like in two-dimensional bar charts.  
boolean
StackedBarsConnected
[ OPTIONAL ]
determines if, in a stacked chart, there are connecting lines between corresponding bars. Currently, bar charts with horizontal bars do not support this property.  
boolean
GroupBarsPerAxis
[ OPTIONAL ]
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.  
long
NumberOfLines
[ DEPRECATED ]
Determines how many data rows are displayed as lines rather than bars.  
Included Services - Details
Diagram
(referenced entity's summary:)
the base service for the diagram of the chart document.
ChartStatistics
(referenced entity's summary:)
offers statistical properties for the data in the chart. It is available for a single data row and for the whole diagram.
ChartAxisXSupplier
(referenced entity's summary:)
has to be supported by charts providing the cpabilities of a horizontal axis, i.e., an x-axis.
ChartTwoAxisYSupplier
(referenced entity's summary:)
a helper service for chart documents which supply primary and secondary y-axes.
ChartAxisZSupplier
(referenced entity's summary:)
A helper service for chart documents which supply a z-axis.
Dim3DDiagram
(referenced entity's summary:)
is a service for diagrams that support the capability to render themselves as three-dimensional diagrams as well as two-dimensional ones.
StackableDiagram
(referenced entity's summary:)
a helper service for stackable chart types (e.g., charts in which the data rows may be displayed stacked on each other or in percent relation).
Properties' Details
Vertical
boolean Vertical;
Description
Determines if the bars of a chart are drawn vertically or horizontally. Default is vertical.

If Vertical is false you get a column chart rather than a bar chart.

Deep
boolean Deep;
Usage Restrictions
optional
Description
If true, determines that in a three-dimensional bar chart the bars of each series are arranged behind each other in the z-direction. If false the arrangement of bars is like in two-dimensional bar charts.
StackedBarsConnected
boolean StackedBarsConnected;
Usage Restrictions
optional
Description
determines if, in a stacked chart, there are connecting lines between corresponding bars. Currently, bar charts with horizontal bars do not support this property.
GroupBarsPerAxis
boolean GroupBarsPerAxis;
Usage Restrictions
optional
Description
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.

If false, the bars are displayed side-by-side, as if they were all attached to the same axis.

If all data series of a bar or column chart are attached to only one axis, this property has no effect.

NumberOfLines
long NumberOfLines;
Usage Restrictions
deprecated
Description
Determines how many data rows are displayed as lines rather than bars.

If this property differs from zero the last BarDiagram::NumberOfLines data rows are shown as lines. It is currently supported by two dimensional vertical bar charts only.


 
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.