I am trying to have the DragColumn2D chart behave as the Column2D or the ScrollColumn2D charts.
What I want to achieve and I cannot at the moment, is to have the columns in the DragColumn2D chart animate when the chart loads or is refreshed with new data. The type of animation I am talking about is the columns growing from 0 to their actual value which is (I believe) the default behaviour of the Column2D and the ScrollColumn2D charts.
I have already set the "DefaultAnimation" and "Animation" attributes to "1" but that made no difference.
Could someone please tell me if, first of all, what I am asking is possible with the DragColumn2D chart and if yes how to do it?
Thank you.