我们可以用图像设置 coreplot 饼图切片颜色吗

发布于 2024-11-04 02:25:10 字数 54 浏览 1 评论 0原文

我正在我的 iPad 项目之一中使用核心图。是否可以使用图像设置饼图中所有切片的颜色。提前致谢

I am using core plot in one of my ipad projects. Is it possible to set the color of all the slices in a pie chart with images.thanks in advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

回忆追雨的时光 2024-11-11 02:25:10

是的。
在数据源中实现以下方法并返回一个 CPFill 对象,该对象使用您的图像作为所请求的切片索引。

-(CPFill *)sliceFillForPieChart:(CPPieChart *)pieChart recordIndex:(NSUInteger)index; 

Yes.
Implement the following method in your datasource and return a CPFill object that uses your image for the slice index requested.

-(CPFill *)sliceFillForPieChart:(CPPieChart *)pieChart recordIndex:(NSUInteger)index; 
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文