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;