chartsVisualkendo.drawing.Group

The group holding the charts drawing elements.

Example

<div id="chart"></div>
<script>
$("#chart").kendoChart({
    series: [{
        data: [1, 2, 3, 4, 5]
    }],
    render: function(e) {
        var chart = e.sender;
        var pane = chart.options.panes[0];
        var chartsVisual = pane.chartsVisual;
        console.log("Charts visual group:", chartsVisual);
    }
});
</script>
In this article
chartsVisual
Not finding the help you need?
Contact Support