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

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -