我正在使用C#使用winforms.
我使用图表,我想在代码中设置X轴和Y轴的标题.我试过了
chart1.chartarea(0).axisX.title = "xxx"
但它不起作用,我不知道为什么.
c# charts axis
axis ×1
c# ×1
charts ×1