Example of Multiple Axis in ASP.NET MVC Chart Control
This example shows how to use a chart's multiple axes to depict temperatures in both Celsius and Fahrenheit.
In this example, you can see how to render and configure multiple axes. Use an Axesopens in a new tab collection to render a secondary axis in the chart that can be bound to a specific series using YAxisNameopens in a new tab and XAxisNameopens in a new tab 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 over a data point or tap one on touch-enabled devices.
More information about the multiple axes can be found in this documentation sectionopens in a new tab.