2012-07-26 59 views
0

我似乎无法找到如何更改折线图中的背景水平(和垂直)线条颜色。这是我到目前为止有:如何更改图表中的背景线颜色?

<mx:LineChart width="100%" height="100%" dataProvider="{dataSet}"> 
    <mx:series> 
     <mx:LineSeries showDataEffect="{eff}" yField="x" /> 
    </mx:series> 
</mx:LineChart> 

line chart with white background lines

回答