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 轴上标记条形图的每个数据点。现在,正如您在附图中看到的那样,仅标记了 4 条(2012 年 4 月 1 日、2012 年 7 月 1 日、2012 年 10 月 1 日、1/12013)。我使用 System.Windows.Forms.DataVisualization.Charting.Axis 的“间隔”属性,但无济于事。任何帮助表示赞赏。谢谢。
LabelStyle尝试直接在轴上而不是轴上设置间隔。
LabelStyle
chart1.ChartAreas[0].AxisX.LabelStyle.Interval = 1;