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.
当点击 coreplot 中的图例项时,我试图显示和隐藏饼图的切片。但是需要一些建议或输入如何获得这个或从这个开始。
-sliceFillForPieChart:recordIndex:在绘图数据源中实现该方法。[CPTFill fillWithColor:[CPTColor clearColor]]为要隐藏的切片的索引返回一个透明填充 ( )。-reloadData每当您需要更新填充时调用绘图。
-sliceFillForPieChart:recordIndex:
[CPTFill fillWithColor:[CPTColor clearColor]]
-reloadData
如果您拉取最新代码来获得我刚刚所做的更改(在 1.4 版之后),您还可以[NSNull null]从数据源返回以获得相同的效果,并具有更好的绘图性能。
[NSNull null]