Series visible in JavaScript Chart control
18 Nov 20181 minute to read
By using the chartMouseClick event, you can show the series based on respective legend click. In this event, you can get the legend target id, using which you can get the current series index. Based on the index, you can set value of visible to true or false.