Currently, I have a chart displaying three different series of data. When a user clicks a button, I would like only one of the series to be visible. My code works, but popup appears after the button is clicked and asks for input parameters for the other two series. This is what I have been using Me.dataChart.RowSource = "SELECT [FormDate], [DryWeight] FROM [tblResin]"