BarChart



BarChart displays a number of bars in a chart. Each bar can be divided in segments with different
colors. The maximum number of segments is 12. The size of each segment corresponds an to an array
of float values, where each element in the array states the segments size in different bars.

The properties fill, fillcolor, bordercolor etc. states properties for the background rectangle.
The properties for the bars and segments are stated in the object editor.
A barchart is created by selecting BarChart in the subgraph palette, 'Analog/BarChart', and clicking
MB2 in the working area.

Properties

- Fill (for the background rectangle)
- Fillcolor (for the background rectangle)
- Border (for the background rectangle)
- Bordercolor (for the background rectangle)
- Linewidth (for the background rectangle)

Attributes

Attribute                          Description
BarChart.Attribute0                       The name of an array in the database. The array values states the size
                      of the first segment in the different bars.
BarChart.Attribute1                       Array for the second segment.
...
BarChart.Attribute11                       Array for the twelveth segment.
BarChart.Bars                       Number of bars.
BarChart.BarSegments                       Number of segments in each bar.
BarChart.MaxValue                       Value that corresponds to full length of a bar.
BarChart.MinValue                       Signal value that corresponds to zero length of a bar.
BarChart.BarColor1                       Fillcolor for the first segments.
BarChart.BarColor2                       Fillcolor for the second segments.
...
BarChart.BarColor12                       Fillcolor for the twelveth segments.
Dynamic                       Not implemented