C# Winforms - Creating a chart with multiple Y axis (3 or more)

前端 未结 3 398
眼角桃花
眼角桃花 2021-01-04 20:41

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

3条回答
  •  失恋的感觉
    2021-01-04 21:25

    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!

提交回复
热议问题