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.
我只是想问一个关于 Telerik 报告 2013 年第一季度的问题。我将使用新功能 Graph -> Pie Chart 呈现饼图问题是如何更改饼图的起始角度(通常存在于旧版本中)新版本中的图表?
非常感谢。
此属性现已在 2013 年第 2 季度版本中提供。AngularAxisStartAngle 是 PolarCoordinateSystem 对象的一个新属性。
选择您的饼图,转到属性,在杂项部分,您将有一个 CoordinateSystems 属性,深入该属性,您应该会看到该图的极坐标系统。将 AngularAxisStartAngle 设置为您想要的角度值。