I have a scatter line chart that routinely displays 10 -15 individual series. Users can reduce clutter and focus on a specific series by clicking off the corresponding legend items. However, it's a bit ponderous for the user to click that number of legend items. I'd like to streamline this operation for users by providing two buttons: one that deactivates all legend items and the other that activates them all. I can't see anything obvious in the Chart API. Is there a way of accomplishing this programmatically?