I am using core plot and I am getting anerror \"\'*** -[UIView setHostedLayer:]: unrecognized selector sent to inst开发者_Python百科ance 0xf283a0\'\"
I have a barchart display the smoking counter, day by day. Each column represents one day. I would like to view the data on week, month,
I would like to have my user scroll inside a CPXYGraph. I have a CPXYGraph as part of a CPHostingLayer, like in the tutorials. I enabled allowsUserInteraction, which is cool and allows scrolling. But
I\'ve been struggling with a strange problem which has arisen in using the CorePlot framework, but which I suspect isn\'t an error in the framework itself.I\'m hoping somebody here will have seen some
I downloaded the CorePlotSDK, installed it using 开发者_如何学JAVAthe readme instructions: copied the coreplotsdk directory to ~/Library/SDKs/ - importedin the PCH file - added $HOME/Library/SDKs/Core
How to draw X-axi开发者_开发百科s grid, ie draw horizontal line against y=axis value? please help me out?
I have core-plot graph like this: graph http://img413.imageshack.us/img413/8347/img0157h.jpg How can I add a label to each of these plots. I have seen some references about开发者_开发知识库 adding a
I have a very simple graph that I want to enable touch on, I have the first part working: plotSpace.delegate = self;
Im using core-plot for my graphing component of my iPhone app, and I have been using NSDecimal object a lot.
I am having problem when converting string (YaxisData) to NSNumber. I have to return a NSNumber for Core-plot to get the graph done but its not working. Here\'s the sample code