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
Post a Comment