I have a client that needs to use charts with more than 2 Y axes.
I am already using Component One (C1Chart) chart that has a built in Y2 axis and its working
great.
Does anyone knows of a chart control that can display 3 or more Y axes on a chart ?
I think you could try multiple ChartArea's, which allows you to arrange multiple plots in the same chart object.
You can assign each Series to its own
ChartArea
.The MS Chart control has almost everything you will ever need as far as charting is concerned. Download the sample, run it and go to Chart Features > Axes > Multiple Y axis. I think you will find what you are looking for!
Samples Environments for Microsoft Chart Controls contains example of multiple Y axis.
Some pieces of code:
Result: