【问题标题】:Remove the outer border line of CPTPiechart but need the border line between slices of pie去掉CPTPiechart的外边界线,但需要饼片之间的边界线
【发布时间】:2014-04-05 05:26:12
【问题描述】:
CPTMutableLineStyle *line=[CPTMutableLineStyle lineStyle];
line.lineColor=[CPTColor whiteColor]

CPTPieChart *pieChart = [[CPTPieChart alloc] init];
pieChart.borderLineStyle=line;

我知道这将在饼图切片之间以及饼图周围绘制边界。但我实际上不想绘制外边框,只需要切片之间的边框。有没有人可以给出解决方案,在此先感谢。

【问题讨论】:

    标签: ios objective-c core-plot pie-chart


    【解决方案1】:

    目前不支持该功能。请在 Core Plot issue tracker 上提出请求以添加此功能。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-11-27
      • 1970-01-01
      • 2021-04-01
      • 1970-01-01
      相关资源
      最近更新 更多