I am new to CPBarPlot and totally clueless how add my own bars into the bar chart. I have an array of integers i want to display for the bars but to no avail. I have tried the following below. Some on
- (void)constructBarChart { // Create barChart from theme barChart = [[CPTXYGraph alloc] initWithFrame:CGRectZero];
开发者_运维知识库I\'m new to core plot and wondering what the difference is on CPTBarPlotFieldBarLocationand CPTBarPlotFieldBarTip. I have been looking at the core plot example CPTTestApp_ipadViewCont
Is there a way to make tick mark (major tick mark) to be UIIm开发者_如何学运维age (custom graphics) instead of text?
I\'m making an iPhone app that uses Core Plot at one point in the application. I\'m drawing a graph using a CPTScatterPlot and along the line I have CPTPlotSymbol plot symbols.
I was following this link : http://www.jaysonjc.com/programming/pie-chart-drawing-in-iphone-using-core-plot-library.html
Here is my code: CPTXYPlotSpace *barGraphPlotSpace = [[CPTXYPlotSpace alloc] init]; barGraphPlotSpace.yRange = [CPTPlotRange plotRangeWithLocation:CPTDecimalFromFloat(0.0) length:CPDecimalFromFloat(1
If you see the picture below, what I want is for the graph to 开发者_JAVA技巧start at 0 on the y axis and 6/28 on the x axis. How can I do this using core data? I can\'t find a way anywhere.
I\'m using Core Plot to develop some iOS applications, but zooming and p开发者_Python百科anning seems to be sort of slow and jerky on my iPod Touch 2nd gen (it looks fine in simulator). Is the device
I am developing an application in which I have to show the selected time in my clock image. Description:-