I am using a bar chart with stacked series in version v2013.2.726. The user can click on items in the legend to disable or enable them. I would like to determine which items are enabled.
I tried using the following property: kendoChart._sourceSeries[i].visible. But it does not seem to accurately reflect the enabled state of the legend item when in the click event handler.
Is there any way to do this?
I tried using the following property: kendoChart._sourceSeries[i].visible. But it does not seem to accurately reflect the enabled state of the legend item when in the click event handler.
Is there any way to do this?