| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
15.2.8.3 Bar series
Bar series objects are created by the bar or barh
functions. Each hggroup element contains a single patch object.
The properties of the bar series are
-
showbaseline -
baseline -
basevalue The property
showbaselineflags whether the baseline of the bar series is displayed (default is "on"). The handle of the graphics object representing the baseline is given by thebaselineproperty and the y-value of the baseline by thebasevalueproperty.Changes to any of these property are propagated to the other members of the bar series and to the baseline itself. Equally changes in the properties of the base line itself are propagated to the members of the corresponding bar series.
-
barwidth -
barlayout -
horizontal The property
barwidthis the width of the bar corresponding to the width variable passed tobaror barh. Whether the bar series is "grouped" or "stacked" is determined by thebarlayoutproperty and whether the bars are horizontal or vertical by thehorizontalproperty.Changes to any of these property are propagated to the other members of the bar series.
-
linewidth -
linestyle The line width and style of the edge of the patch objects making up the bars. See section Line Styles.
-
edgecolor -
facecolor The line and fill color of the patch objects making up the bars. See section Colors.
-
xdata The nominal x positions of the bars. Changes in this property and propagated to the other members of the bar series.
-
ydata The y value of the bars in the
hggroup.-
xdatasource -
ydatasource Data source variables.
