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.
我正在绘制条形图,我看到其中一些的宽度与其他的不同。
我尝试更改PointWidth和PixelPointWidth属性。但是没有用。这是我得到的图表:
PointWidth
PixelPointWidth
我做的唯一配置是barChart1.Series["DeltaE"]["PointWidth"] = (0.6).ToString();
barChart1.Series["DeltaE"]["PointWidth"] = (0.6).ToString();
您可能有太多数据并且图表太小。尝试删除一些数据或使图表更大。
我做了一个例子。我创建了ac#项目,在表格中放了一个图表,随机添加一些数据并运行程序。
当图表足够大时,它看起来很好。
当图表较小时,并非所有列的宽度都相同。