Your search did not match any results.

Charts - Multiple Panes

The DevExtreme Chart component allows you to display data across multiple panes. DevExtreme Chart stacks panes vertically (or horizontally when Chart axes are rotated). To create a multi-pane chart, add items to the panes[] array.

www.wikipedia.org
Backend API

The Chart renders multiple value axes and a shared argument axis. To create multiple value axes, add a valueAxis[] object for each value axis. To assign a value axis to a pane, pass the pane name to the valueAxis.pane property.

DevExtreme Chart can display multiple series within a single pane. Specify the series.pane property to display a series in a specific pane.