vb.net - Add tooltips to chart in visual studio -


i working in visual studio 2010 (vb) sp1, sql server 2012.

table entity , has 3 properties: name, coulmn1, coulmn2

code

controlchart.datasource = table controlchart.series("series1").xvaluemember = "coulmn1" controlchart.series(("series1").yvaluemembers ="coulmn2" controlchart.databind() 

the code works without problems, want add in tooltips property name. can me that?


Comments

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

delphi - Dynamic file type icon -