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.
当旋转角度为零时,一切看起来都很好,但是当我从 60 度开始旋转它时,出现标签箭头,如何删除标签箭头?谢谢!
旋转 90 度时标签的外观
我要删除的箭头
假设您使用 SmartLabels,您可以像这样控制 Caps:
chart1.Series[0].SmartLabelStyle.CalloutLineAnchorCapStyle = LineAnchorCapStyle.None;