gujjula / core-plot

Automatically exported from code.google.com/p/core-plot
0 stars 0 forks source link

Add "barLineStyleForDataPlot:recordIndex:" method to CPTBarPlotDataSource #316

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The CPTBarPlotDataSource protocol features a handy 
barFillForDataPlot:recordIndex: method, but lacks a similar method to customize 
the bar lineStyle around the barFill per record. The lineStyle attribute is 
currently global to the bar plot. 

Trying to force set barPlot.lineStyle from within 
barFillForDataPlot:recordIndex produces unpredictable results. 

Use case: graph designers usually specify a different stroke line color for 
each kind of bar fill gradient color.

Original issue reported on code.google.com by klemob...@gmail.com on 14 Aug 2011 at 6:05

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 359ef6f49e35.

Original comment by eskr...@mac.com on 15 Aug 2011 at 2:17