18th April 2004 11:52 UTC
AxisMap query with Barchart
I've got an application that reads in 7 columns of data. The first 5 are strings and the last 2 are doubles (with 0 in each row).
I'm creating a 2d barchart and am adding the last 2 columns to my bar chart component. As I'm adding two series I'm also using a combineAxisMap component to get my total range on my Y axis. My individual axis map components each have there startValue set to 0, and I have set my combined axis map min value to 0 as well.
However my barchart insists on going from -1 to 1 (even with the cross over value set at 0 See picture). If i set my nullvalues on my tablemapper then I manage to remove my bars from the scene (which I want) but my Y axis still goes from -1 to 1.
Q - how do I get around this problem?
Barchart problems