Floating Bar Graph

The Floating Bar graph or series is used to represent data values as a
set of vertical bars. It is very similar to the Bar series
with the main difference that the baseline position of each bar may be
different. It has three mandatory series
components, Position, Bar, and Offset. The data in the
first two components specify the positions and heights of the bars while the
data in the last component specify the baseline positions of the bars. It also has an
optional series component called LabelMember whose data may be used as
the mark labels for the bars.
The BarStyle property determines the style in which the bars are drawn. A number
of styles are supported: Rectangle, Cylinder, Pyramid, etc.
Unlike the Bar series, the Floating Bar series does not support multi-bar
stacking.
See Also
|