显示与饼图切片相同颜色的文本标签
我正在使用核心图绘制饼图和以下文本
错误 10
通过 400
因此,对于上述数据,我的饼图包含 2 个具有 2 种不同颜色的切片
,我想为每个切片设置相同的文本颜色,
现在文本为白色,
谢谢
i am using core plot to draw pie chart and following text
Error 10
Pass 400
so for above data my pie chart contains 2 slice with 2 different color
i want to set the same text color for each slice
right now text is in white color
thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
@pooja 我明白了:) 尝试这个而不实施
@pooja i got it :) try this without implementing
您可以使用绘图的
labelTextStyle
属性来更改标签的外观。You can use the
labelTextStyle
property of the plot to change the appearance of the labels.