Hello, guys.
There is a way to have different color bars in a CPBarPlot in just one plot space?
Thanks in advance.
Hello, guys.
There is a way to have different color bars in a CPBarPlot in just one plot space?
Thanks in advance.
Founded how.
In CPBarPlotDataSource protocol there is a
-(CPFill *)barFillForBarPlot:(CPBarPlot *)barPlot recordIndex:(NSUInteger)index;
method that works like a charm.
Cheers.