Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的图表上隐藏 X 轴。这是我的代码:
zg1.GraphPane.XAxis.IsVisible = false; zg1.AxisChange(); zg1.Invalidate();
但我有问题。
我的图表:
隐藏X轴后:
知道为什么我有这个问题吗?
zg1.GraphPane.YAxis.MajorGrid.IsZeroLine = false;