visualkendo.drawing.Group

The drawing group used to draw the pane.

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 visual = pane.visual;
        console.log("Pane visual group:", visual);
    }
});
</script>
In this article
visual
Not finding the help you need?
Contact Support