Hello
Thanks for your response, however, the method you suggest is how am I am currently doing it. I am trying to avoid storing the series data every time the chart changes. Is there no way to access the series data of the chart directly, i.e. something like:
MyPivotChart.Datasource.ChartSeries....
The above would mean specifying an @ref="MyPivotChart" somewhere in the razor, but I am not sure if that is even possible.
Its OK if the answer is no, I am just trying to avoid the method described, unless that is the only option.
Thanks