I´ve got a simple task to accomplish, but I can´t find a simple way to do that..
Given a data set, a chart must be built with all the data set values. Ok, I can do that.
The problem is put a different link for each bar in the graph.
It seems like every bar holds the same instance of the object.
All bars are stacked within a given kind of data, and then split by the X axis. All that I can do is give a different link according to stacked bars, so in the same stack, each division can be assigned a different link, however, I can´t assign the same link
to the same whole stack and a different link to the next stack.
MauroJr
0 Points
1 Post
ZedGraph Links trouble
Mar 11, 2009 06:36 PM|LINK
Hi!
I´ve got a simple task to accomplish, but I can´t find a simple way to do that..
Given a data set, a chart must be built with all the data set values. Ok, I can do that.
The problem is put a different link for each bar in the graph.
It seems like every bar holds the same instance of the object.
All bars are stacked within a given kind of data, and then split by the X axis. All that I can do is give a different link according to stacked bars, so in the same stack, each division can be assigned a different link, however, I can´t assign the same link to the same whole stack and a different link to the next stack.
summarizing.. I can do:
link1 link1
link2 link2
link3 link3
but I can´t:
link1 link2
link1 link2
link1 link2
any thoughts?
thanks in advance,
MauroJr