core-plot Questions
4
Solved
EDIT: I think my question is better phrased as: How can I have a Y-axis that doesn't start at zero? It seems like the x-axis always gets placed at the y=0, but I would like the x-axis to be at some...
Chromophore asked 13/1, 2010 at 5:51
2
Does anyone have a good tutorial/book recommendation for using Core Plot 0.4 in iOS. I have never used it before and from looking at the tutorials that they have linked to it does not make se...
Loritalorn asked 19/8, 2011 at 15:27
1
Solved
I am using coreplot 0.9 .I had tried setting linecolor property for CPTLineStyle by
CPTLineStyle *lineStyle = [CPTLineStyle lineStyle];
lineStyle.lineColor=[UIColor grayColor];
But it is giving ...
Yoho asked 15/11, 2011 at 13:17
6
Solved
Using core-plot does not seem to be an easy integration task. Header path are already setup. In Interface-Builder I create an CPLayerHostingView which belongs to a View Controller which is instanti...
Spatola asked 12/3, 2010 at 7:46
1
CorePlot: how to set touch event, when user click the CandleStick on the chart, then it can show the Candle X and Y Value?
The value in left side is not correct,because the chart can be zoom in an...
2
Solved
Is there some sample code or a tutorial out there about how to draw a line chart using the Core Plot framework? I can't find anything using Google.
1
Solved
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?
I thought it was as simple as archivi...
2
I have created a CPScatterPlot using Core Plot and have several lines on the graph:
for(int i=0; i<nLines; ++i){
CPScatterPlot *xSquaredPlot = [[[CPScatterPlot alloc] initWithFrame:graph.fram...
2
Solved
How can I add Legends in Core Plot framework?
I am greatly appreciative of any guidance or help.
Tartarus asked 21/4, 2011 at 7:13
2
I have available an array of dictionary that contains NSDate and NSNumber values. I wanted to plot date on X axis.
For plotting I need to supply xRanges to plot with some decimal values. I don't un...
Inapprehensible asked 8/6, 2010 at 14:46
1
Solved
Has anyone managed to use core-plot from wax?
I have been trying recently, but got stumped on NSDecimal. Wax does not want to deal with it. How can i get around this issue?
Mingy asked 25/6, 2011 at 4:45
2
Solved
How to remove negative axes from corePlot(scatterplot) in iphone and how to set the area of graph that is visible?
2
Solved
How to change area gradient color for negative values in Gradient Scatter Plot in Core-Plot in iPhone?
I want gradient colors as below:
For positive values to be Green
For negative values to be...
Yelena asked 25/2, 2011 at 10:11
2
Solved
When building an iPhone app that uses the Core Plot framework, I am seeing the following linker errors:
ld: warning: ignoring file /Users/taxtmart5/Library/Developer/Xcode/DerivedData/Solagen_Calc...
Willett asked 23/5, 2011 at 13:27
1
Solved
I created an application in XCode 4 that uses Core Plot.
I installed Core plot as an aditional SDK following the instructions from here:http://code.google.com/p/core-plot/wiki/UsingCorePlotInAppli...
3
Solved
In the iPhone application Roambi, the pie chart shown can be animated to rotate with the user as if rotating a disc. We can hold and do lot of stuff with that.
Someone mentioned that the Roambi ap...
2
Solved
I am using CorePlot to draw different graphs in my application. Then, I would like to save this graph to a jpg file and publish to some social networking site (e.g., Twitter).
I did some documenta...
1
Has anyone tried to add touch interaction to CorePlot?
I'm trying to implement custom layer to be able to draw a line on the chart which will show specific value and will draw itself in specified...
1
Solved
i have a have graphview.m which creates a coreplotviewcontroller.view in this way
CorePlotViewController *aCorePlotViewController = [[CorePlotViewController alloc] initWithNibName:@"CorePlotView...
1
Solved
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. B...
1
Solved
I have this problem since a long time and I cannot find anything to solve this. I read several forum but was not able to find a working solution. I have the following code:
// Adjust graph using a...
2
Solved
I want to use core-plot for drawing line graph dynamically. data won't come at a time, we will be receiving point by point dynamically.
Is it possible to draw the chart dynamically using core-plot...
1
Solved
i want to add a data indicator line similar to the following image in core-plot.
Plot Image http://img203.imageshack.us/img203/9412/plota.png
Any idea how i can achieve this using core-plot. I ha...
Sheepshearing asked 24/2, 2010 at 11:4
3
I'm writing a stock charting application on iPhone using core-plot. What kind of chart should I use to plot the volume chart? Since I will also need to overlay the price charts onto the volume char...
1
Solved
I've been looking into core-plot for the iPhone and I'm having trouble finding any examples of animation actually being used.
What I need to see is an example of how to use core-plots animation to...
© 2022 - 2024 — McMap. All rights reserved.