我有两个NSMutableArrays
一个用NSNumber
值填充另一个NSDate
值。
是否有人可以帮助将此值传递给PowerPlot
以绘制线条图,其中NSDate
值应为x轴
我尝试了以下但是没有用:
WSPlotAxis *axis = (WSPlotAxis *)[self.aView lastPlot].view;
[self.aView generateControllerWithData:[WSData dataWithValues:aTimeValues] plotClass:[WSPlotData class] frame:self.aView.frame];