iphone Programming Glossary: cpcolor
iphone, using an array to define in core-plot range http://stackoverflow.com/questions/3060310/iphone-using-an-array-to-define-in-core-plot-range axis CPXYAxisSet axisSet CPXYAxisSet graph.axisSet CPLineStyle lineStyle CPLineStyle lineStyle lineStyle.lineColor CPColor whiteColor lineStyle.lineWidth 1.0f CPTextStyle cyanStyle CPTextStyle textStyle cyanStyle.color CPColor cyanColor NSNumberFormatter.. CPColor whiteColor lineStyle.lineWidth 1.0f CPTextStyle cyanStyle CPTextStyle textStyle cyanStyle.color CPColor cyanColor NSNumberFormatter formatter NSNumberFormatter alloc init formatter setMaximumFractionDigits 0 axisSet.xAxis.majorIntervalLength..
iPhone : How to change gradient color for negative values in Core Plot? http://stackoverflow.com/questions/5115961/iphone-how-to-change-gradient-color-for-negative-values-in-core-plot
core plot custom Theme? http://stackoverflow.com/questions/5132253/core-plot-custom-theme @ TrendChart dataSourceLinePlot.dataLineStyle.lineWidth 2.f dataSourceLinePlot.dataLineStyle.lineColor CPColor colorWithComponentRed 16 255.f green 101 255.f blue 122 255.f alpha 1 dataSourceLinePlot.dataSource self chartTrend5.. self chartTrend5 addPlot dataSourceLinePlot chartTrend5.fill nil Put an area gradient under the plot above CPColor areaColor CPColor colorWithComponentRed 212 255.f green 233 255.f blue 216 255.f alpha 1 CPGradient areaGradient.. addPlot dataSourceLinePlot chartTrend5.fill nil Put an area gradient under the plot above CPColor areaColor CPColor colorWithComponentRed 212 255.f green 233 255.f blue 216 255.f alpha 1 CPGradient areaGradient CPGradient gradientWithBeginningColor..
|