I have a chart with multiple series as lines. These are appearing in the legend and i am trying to add some sort of control to the user so that it is possible to enable or disable the series in the graph based on the users preference and hence trying to add check boxes. I cant find any info anywhere. Is it possible?
Share
I got it to work by adding a separate
CheckedListBox()and by tracking the indexes of both the series and checklistbox items i can show or hide the series.