Core Plot Bar - 只有几个酒吧的传奇

时间:2014-09-03 14:16:46

标签: ios core-plot legend cptbarplot

我有一个条形图。这个条形图有十个条形图,但我只想显示前3个条形图的标题。

我甚至尝试在NSArray助手中添加前三个剧情,但没有成功。

有些帮助吗?理念?批评?

由于

1 个答案:

答案 0 :(得分:1)

在数据源中实现以下方法之一:

-(NSString *)legendTitleForBarPlot:(CPTBarPlot *)barPlot
                       recordIndex:(NSUInteger)idx;
-(NSAttributedString *)attributedLegendTitleForBarPlot:(CPTBarPlot *)barPlot
                                           recordIndex:(NSUInteger)idx;

如果希望它显示在图例中,请返回条形索引的标题,或nil以从图例中排除该条。