BarSeries and mbSelfStack
Posted: Fri Oct 19, 2007 10:00 am
I have a chart with some BarSeries that are displayed with MultiBar:=mbSelfStack.
Is it possible to display the Series-name under each BarSeries-Stack?
I ckecked BottomAxis.LabelStyle, but there is no option for the seriesname.
I also used GetAxisLabel, but it is only called for each SeriesValue.
If I have 5 Bars and each Bar has only 3 Values GetAxisLabel is called only 3 times and I can place the seriesname only under 3 Bars.
Also if the series-count is larger than the value-count of the bars they are overlapped. It can be corrected with BarWidthPercent, but can this calculated correct by default?
Andreas
Is it possible to display the Series-name under each BarSeries-Stack?
I ckecked BottomAxis.LabelStyle, but there is no option for the seriesname.
I also used GetAxisLabel, but it is only called for each SeriesValue.
If I have 5 Bars and each Bar has only 3 Values GetAxisLabel is called only 3 times and I can place the seriesname only under 3 Bars.
Also if the series-count is larger than the value-count of the bars they are overlapped. It can be corrected with BarWidthPercent, but can this calculated correct by default?
Andreas