Report Module: Dynamic Pen in Timeseries Chart

Hi! I am currently developing a reporting project with a table that has 5 columns (Date, Minimum, Maximum, Average, Total) and a Timeseries Chart, Data Source is Time Historian Query. I made the table dynamic where the operator can select which column they want to include in the report, and now I am having trouble making the Timeseries Chart pens dynamic that corresponds to the selected columns in the table.

How I made the table columns dynamic is I created two parameters that are tied to the "Visible" and "Width" property of each table column. And I'm trying to do the same for the Timeseries Chart, where I call out the Boolean value of the same parameter that's tied to the "Visible" property of the table. If it's false, then I set the pen's visibility to false. Is that possible?