Hello Peter,
i need to place the TextBox resulting from BarLayer.setAggregateLabelStyle(...) at the
bottom of a stacked bar right above the X-Axis.
With TextBox.setPos i can only shift the TextBox relative to the original position which is
on top of the bar. Unfortunately i don't know the height of the bar before using
BaseChart.makeSession, BaseChart.makeChart or BaseChart.makeChart2.
Is there any other way to accomplish this?
Thanks, Christian. |