I'm having a problem with the chart control(bar or line). The control has 2 dimensions, first dimension is the year and second is a cycling group. When I had one expression everithing works fine. The problem is when I had the second expression. The cycle indicator moves from top to bottom and sometimes desappears from chart... even if I resize the control, the indicator keeps hidden.
Anyone getting this beaviour? Is there any workaround?
(why the hell is the indicator allways moving around as you cycle the dimmension???)
If you have a linechart with 2 dimensions and 2 expressions, the second dimension is not used in the rendering and therefore the cycle button will not be shown in chart, whereas in the bar case it should be drawn as part of the axis, which can shift a bit depending on number of values, length of strings to draw and such but should in general be in roughly the same place.