paneRender

Fires when a pane is rendered because the chart is rendered, or the chart performs panning or zooming, or because the chart is exported with different options. The event can be used to render custom visuals in the panes.

Event Data

pane kendo.dataviz.ChartPane

The chart pane that was rendered.

name String

The pane name.

index Number

The pane index.

e.sender kendo.dataviz.ui.Sparkline

The widget instance which fired the event.

In this article