我正在使用 coreplot 0.9 。我尝试为 CPTLineStyle 设置 linecolor 属性
但是颜色或字体大小是只读属性会给出错误。请给我一些解决方案。
static CPTTextStyle *labelTextStyle= nil ;
labelTextStyle = [[CPTTextStyle alloc]init];
labelTextStyle.color =[CPTColor whiteColor];
labelTextStyle.fontSize = 10.0f ;