Is there a way to hide and show chart series? I don't see any property like "series.Visible". If not, what would be the best way to handle this (other than to keep a separate series collection and delete series from the chart and add them back from the separate series collection).
there is a Visible property on SeriesBase, which most series classes derive from.