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.
我需要准确更改 Y 轴的颜色及其文本描述,但找不到与此相关的任何内容。
试试这个,
GraphPane myPane = zedGraphControl1.GraphPane; myPane.YAxis.Title.FontSpec.FontColor = Color.Green; myPane.YAxis.MajorGrid.Color = Color.LightGreen; zedGraphControl1.Invalidate();