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 中创建一个带有线条的图表。现在我在一行中有多个值。我想用一个小圆圈(或正方形,没关系)来标记其中的某些值。
我该怎么做?
它应该看起来很轻:
如何实现?
设置点的标记可以解决问题:
dataGridView1.Series(0).Points(0).MarkerStyle = DataVisualization.Charting.MarkerStyle.Circle dataGridView1.Series(0).Points(0).MarkerSize = 10