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 軸に 8 つのポイント (スポット) があり、30 個必要です。
すべてのプロパティを調べましたが、それを設定する場所が見つかりません。任意のヒント?
チャートの AxisX プロパティを設定してみてください:
chart1.ChartAreas[0].AxisX.Interval = 1; chart1.ChartAreas[0].AxisX.Minimum = 1; chart1.ChartAreas[0].AxisX.Maximum = 30;