Created
March 13, 2012 23:37
-
-
Save cdesch/2032690 to your computer and use it in GitHub Desktop.
Core Plot Scatterplot Point size for touch detection
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Create plot and increase size for | |
CPTScatterPlot *dataSourceLinePlot = [[CPTScatterPlot alloc] init]; | |
dataSourceLinePlot.plotSpace = plotSpace; | |
dataSourceLinePlot.identifier = colorName; | |
dataSourceLinePlot.plotSymbolMarginForHitDetection = 10.0f; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment