tooltips in microsoft chart controls
-
Hi buddies, Im using a line chart. I have a dataview having 4 columns.I have used points.databind() method where im able to bind x and y as well as in the fourth parameter im able to give tooltip=only 1 column name How to give more than 1 column as a tooltip for a series? for e.g I have empname.empsal,comm,bonus columns ive given like chart1.series["s1"].points.databind(dv,"empname","empsal","tooltip=bonus"); I wish to 2 set bonus,empsal and comm for the tooltip property Can any1 help me with the solution ?Thanx in advance.You can mail the code to me @ balajii78@yahoo.com
T.Balaji
-
Hi buddies, Im using a line chart. I have a dataview having 4 columns.I have used points.databind() method where im able to bind x and y as well as in the fourth parameter im able to give tooltip=only 1 column name How to give more than 1 column as a tooltip for a series? for e.g I have empname.empsal,comm,bonus columns ive given like chart1.series["s1"].points.databind(dv,"empname","empsal","tooltip=bonus"); I wish to 2 set bonus,empsal and comm for the tooltip property Can any1 help me with the solution ?Thanx in advance.You can mail the code to me @ balajii78@yahoo.com
T.Balaji
balaji.t wrote:
You can mail the code to me @ balajii78@yahoo.com
Do you really think that anyone has so much of time to send you the code on your email? :wtf: The only thing which you will get by posting you email address in a public forum is nothing but SPAM.
Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
-
Hi buddies, Im using a line chart. I have a dataview having 4 columns.I have used points.databind() method where im able to bind x and y as well as in the fourth parameter im able to give tooltip=only 1 column name How to give more than 1 column as a tooltip for a series? for e.g I have empname.empsal,comm,bonus columns ive given like chart1.series["s1"].points.databind(dv,"empname","empsal","tooltip=bonus"); I wish to 2 set bonus,empsal and comm for the tooltip property Can any1 help me with the solution ?Thanx in advance.You can mail the code to me @ balajii78@yahoo.com
T.Balaji
balaji.t wrote:
I wish to 2 set bonus,empsal and comm for the tooltip property
Create an extra column in the table which would contain the tooltyip value(combination of all the columns you need) use this column for the tooltip property.
Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
-
balaji.t wrote:
You can mail the code to me @ balajii78@yahoo.com
Do you really think that anyone has so much of time to send you the code on your email? :wtf: The only thing which you will get by posting you email address in a public forum is nothing but SPAM.
Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
-
hi dude, Thanx..ill avoid giving emailids..if u knw the solution for my question kindly help me
T.Balaji
balaji.t wrote:
if u knw the solution for my question kindly help me
Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.