service BarDiagram in module com::sun::star::chart::

(Global Index)

Syntax

service BarDiagram;

Description

This is a service for bar and column diagrams.

Included Services

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

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

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

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

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

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

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

Property Summary

Vertical Determines if the bars of a chart are drawn vertically or horizontally. Default is vertical.

Deep 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 determines if, in a stacked chart, there are connecting lines between corresponding bars. Currently, bar charts with horizontal bars do not support this property.

NumberOfLines Determines how many data rows are displayed as lines rather than bars.

Property Details



Vertical

Syntax

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 [ O P T I O N A L ]

Syntax

boolean Deep;

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 [ O P T I O N A L ]

Syntax

boolean StackedBarsConnected;

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.


NumberOfLines

[ DEPRECATED ]

Syntax

long NumberOfLines;

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