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 RangeBar 图表。
缩放功能工作正常,但是当我放大时,我希望条形变宽,即随着轴的缩放而缩放。有没有办法做到这一点。
找到了怎么做:只需在每个系列上设置以下内容:
series.CustomProperties = "DrawSideBySide=False, IsXAxisQuantitative=True";