I am using coreplot 0.9. I tried setting the linecolor property for CPTLineStyle to
CPTLineStyle *lineStyle = [CPTLineStyle lineStyle]; lineStyle.lineColor=[UIColor grayColor];
But it gives an error that the linecolor property is readonly. Please give me some solution for this.
source share