Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have two NSMutableArrays one is filled with NSNumber values the other with NSDate values. Does anyone can help passing this values to PowerPlot to draw a linechart where the NSDate values should be the x axis

I tried the following but it didn't work:

WSPlotAxis *axis = (WSPlotAxis *)[self.aView lastPlot].view;
[self.aView generateControllerWithData:[WSData dataWithValues:aTimeValues] plotClass:[WSPlotData class] frame:self.aView.frame];
share|improve this question
    
what doesn't work ? –  Desmond Sep 19 '12 at 6:53

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.