Example of Multiple Axis in Javascript Chart Control

/
/
Multiple Axis

This example shows how to use a chart's multiple axes to depict temperatures in both Celsius and Fahrenheit.

More Details...

Description

In this example, you can see how to render and configure multiple axes. Use an Axes collection to render a secondary axis in the chart that can be bound to a specific series using yAxisName and xAxisName properties in the series. You can also customize the secondary axis similar to the primary axis. Tooltip is enabled in this example, to see the tooltip in action, hover a point or tap on a point in touch enabled devices. More information on the multiple axis can be found in this documentation section.