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

前端 未结 3 399
眼角桃花
眼角桃花 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:34

    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.

提交回复
热议问题