"valueTextPosition"
The function defines, where the valuetext should be displayed.
Synopsis
void shape.valueTextPosition(string position);
Parameters
Parameter | Description |
---|---|
position | "Bottom", "Center", "Top", "Outside" |
Description
"Bottom", "Center", "Top", "Outside" defines, where the valuetext should be displayed. This property is only used in the barcharts. "Outside" means, that the text is displayed outside the bars, all other texts are shown relative to the inner area of the bar. In horizontal orientation, "Bottom" means the left end and "Top" means the right end of the bar.
Example
In this example, the valuetext is shown "Top", so at the right end of the horizontal bars.