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.
VB.NET で折れ線グラフを作成しています。これで、1 行に複数の値を取得できました。これらの値の特定を小さな円 (または正方形、気にしないでください) でマークしたいと思います。
どうすればいいですか?
これは正しく見えるはずです:
達成する方法は?
ポイントのマーカーを設定すると、トリックが実行されます。
dataGridView1.Series(0).Points(0).MarkerStyle = DataVisualization.Charting.MarkerStyle.Circle dataGridView1.Series(0).Points(0).MarkerSize = 10