core-plot
Integrate core-plot and wax?
Has anyone managed to use core-plot from wax? I have been tryi开发者_开发知识库ng recently, but got stumped on NSDecimal. Wax does not want to deal with it. How can i get around this issue?I succeede[详细]
2023-03-15 13:27 分类:问答resize the Hosting View through addSubview in Core-Plot in XCode 4
I\'m running into a wall trying to resize the Hosting View.The problem is I either get a full-screen plot or a blank screen.I\'m hoping to get some leads to fix this problem:[详细]
2023-03-14 21:13 分类:问答Date on x axis iphone using core plot
I want to show data on x-axis on CPXYPlotSpace. I have seen doing so on mac using something like that but it does not work on iphone so any suggestion or i have to do it manually.[详细]
2023-03-14 14:55 分类:问答Core Plot - get data to fill up x axis screen space
My Core Plot is almost finished up but I\'ve noticed an unusual thing I need to change before calling it done. The x axis is scaled properly along the bottom, and the left and right edges indicate the[详细]
2023-03-14 10:15 分类:问答whats a good ios charting library/framework [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines. It is not currently accepting answers.[详细]
2023-03-11 16:28 分类:问答Core plot x-axis labels are not shown
This is my code. X-Axis labels are not shown. I am using core plot. scatterGraph = [[CPXYGraph alloc] initWithFrame:CGRectZero];[详细]
2023-03-09 12:01 分类:问答How do I create shadow of CPBarPlot?
I want to create shadow of barplot what should I do . I use core-plot 开发者_开发百科framworkI dont know abt giving exactly shadow effect on individual bar. But similar to shadow effect, You can try u[详细]
2023-03-09 04:29 分类:问答Core-plot Xcode 4 not work on Device
I developing my app with core-plot, and it worked fine before Xcode4. Now it only works on iPhone Simulator. And i get a BAD_ACCESS when I load m开发者_Python百科y viewController (wich load my plots)[详细]
2023-03-08 23:57 分类:问答Core-plot, UIView, and a UILable results in upside-down text
I\'ve got a core-plot graph that I display on a view and I need to add some UILabels to the bottom of the view.So, I found out that the 0,0 is in the lower left for this view instead of upper left.I b[详细]
2023-03-08 10:03 分类:问答How do i add label to the pie chart slice when a particular slice is touched using coreplot?
I had drawn a pie chart using core-plot. I need to display the 开发者_运维技巧item name when a particular slice is touched. can anyone suggest me a solution to achieve this?You can handle individual s[详细]
2023-03-08 02:06 分类:问答