I\'m attempting to load a CPXYGraph into the detail view of a split view controller. I\'m getting an EXC_BAD_ACCESS when it attempts to display the plot data.
In order to categorize a wide variety of unique views, I have an elaborate setup: main categories are selected via a toolbar, and then specific panes are selected in a category\'s NSScrollView. This l
i have a have graphview.m which creates a coreplotviewcontroller.view in this way CorePlotViewController *aCorePlotViewController = [[CorePlotViewController alloc] initWithNibName:@\"CorePlotViewCon
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 l
I\'ve tried setting isFloatingAxis to YES, but it just makes my axis disappear.My axis is set up as follows:
im new to iphone developing so please teach me on stuff that i may miss out. so basically i have graphview.m which creates a coreplotviewcontroller.view in this way
I am new to objective-c and xcode. It would be开发者_开发百科 very thankful if someone can point how to set new plot data for bar chart using core-plot.
There is a way to have different color bars in a CPBarPlot in just one plot space? 开发者_开发百科Thanks in advance.Founded how.
I a开发者_JAVA技巧m using core plot in one of my iPhone projects. Is it possible to change the color for a selected slice in a pie chart (using CPPieChartDataSource, CPPieChartDelegate)?Implement the
I am trying to give float point into core-plot y axis value, it is not working. So is i need to give it as whole number instea开发者_开发问答d of decimal number.If decimal number works please give me