core-plot
Problem with core plot barchart plotting
I am constructing an application that plots a barchart. when i wrote this line num=(NSDecimalNumber *)[NSDecimalNumber numberWithInt:index];[详细]
2023-03-28 18:28 分类:问答Core Plot, multi line chart at runtime (CPTestApp for mac example)
What is the best way of creating multiline plot. Is it possible to have new lines added at the runtime or is there a way of preserving existing line preserved while the plot is refreshed with new da[详细]
2023-03-28 07:34 分类:问答How to set chart width with Core Plot?
I have a nib file with File\'s Owner set to this view and it only has one View that has a custom class CPTGraphHostingView set. It is connected to this view via an outlet. This view loads, but what it[详细]
2023-03-28 06:11 分类:问答How to set label name under the bars of Bar Chart using core plot in objective-c?
I am unable to set the label name exact below the bar of bar chart. How to change its origin value to move right side so that it will be exact below of the bar. Please find the image here in this link[详细]
2023-03-28 05:08 分类:问答Building a Mac OS X/Cocoa application for distribution with an imported framework
So I built an application which compiles and runs fine from Xcode. Now I want to distribute it to other people so they can use it. How do I do that correctly?[详细]
2023-03-28 03:56 分类:问答core-plot annotation coordinates returning null
I have a working core-plot, my first one and am currently trying to implement annotation.I have logged the annotation, and the x and y coordinates and they are null.thanks[详细]
2023-03-27 10:50 分类:问答i am trying to run the drop plot example of coreplot
I am trying to run the drop plot example of coreplot but i am getting the following errors... ld: warning: ignoring file /Users/nagarjun/Documents/CorePlotInstall_0-1.3/Source Code/build/Debug-iphone[详细]
2023-03-27 09:43 分类:问答how to create a core plot in ios
i\'m new in doing graph in iphone. anyone can recommend me any sample 开发者_运维技巧coding or tutorial on doing core plot ? it will be good if u can recommend me other graph api :)[详细]
2023-03-26 15:37 分类:问答How to add coreplot-cocoaTouch.xcodeproj to my project?
I am trying to use CorPlot to draw pie charts to display the data but while setting up the project when i am trying to include[详细]
2023-03-25 00:01 分类:问答How do I use the Core Plot framework with Xcode 4?
How do I install the Core Plot framework into Xcode 4? This older tutorial has instructions on how to install it for Xcode 3, but I could not find any similar instructions f开发者_如何学JAVAor Xcode[详细]
2023-03-23 18:23 分类:问答