简体   繁体   中英

How to write custom Y-Axis titles on Charting control (Winforms .NET 3.5)

I use the Microsoft Chart Controls for Microsoft .NET 3.5 to plot X/Y data. The Y-axis shows positive values for apples and negative values for oranges. The X-axis shows the time.

I want to place axis titles to the Y-axis. The apples title must be above the Y zero value, the oranges title must be below the Y zero value. The charting control can be re-sized, so I must update the position of the title appropriately.

1) How do place more than one axis title?

2) How do I control the location of the axis title(s) so that they are in the above zero ore below zero range respectively?

The control does not support the requested feature. Only one title can be assigne to each axis.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM