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