Posted 16 March 2018, 12:29 am EST
Hello,
I’m following this http://demos.componentone.com/ASPNET/ASPNetMVCFlexChart101
to toggle series but it did not work. Looks like this line of code did not work
el.checked = chartLegendToggle.series[index].visibility === wijmo.chart.SeriesVisibility.Visible;
I wonder what chartLegendToggle.series[index].visibility and wijmo.chart.SeriesVisibility.Visible are. Where are they from? Am I missing some js or api?
Thank you,