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.
我正在为我的图表使用“ System.Windows.Forms.DataVisualization.Charting ”库,我想知道是否有人想出如何切换轴以垂直显示图表
谢谢。
改变了
myChart.Series["mySeries"].ChartType = SeriesChartType.Bar;
到
myChart.Series["mySeries"].ChartType = SeriesChartType.Column;