私はcoreplot 0.9を使用しています.CPTLineStyleのlinecolorプロパティを設定しようとしました
しかし、color または fontSize が readonly プロパティであるというエラーが発生しています。これに対する解決策を教えてください。
static CPTTextStyle *labelTextStyle= nil ;
labelTextStyle = [[CPTTextStyle alloc]init];
labelTextStyle.color =[CPTColor whiteColor];
labelTextStyle.fontSize = 10.0f ;