ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  AggregateLabel Position relative to base of stacked Bar
Posted by Christian on Dec-15-2015 22:30
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.