Highlight the chart with different color when click on mschart -


i build chart using of mschart. when user click particular column in column chart , want highlight column other color till user click other column

is possible in mschart?

thanks in advance

you should change background color of datagridview using.

dgv.columns[colnr].defaultcellstyle.backcolor = color.green  

Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -