Hi Flexcoders:

I'm working with the LineChart, and I'm wondering how can I change the
color, weight, and alpha on my LineSeries.....

<mx:LineChart styleName="lineChart" id="lineChart" height="80%"
width="100%"
    paddingLeft="5" paddingRight="5" showDataTips="true"
dataProvider="{ArInf}">

    <mx:series>
       <mx:LineSeries dataProvider="{ArOne}" xField="xScale"
yField="valor"/>
     <mx:LineSeries dataProvider="{ArTwo}" xField="xScale" yField="valor"
/>
     <mx:LineSeries dataProvider="{ArThree}" xField="xScale"
yField="valor"  />
     <mx:LineSeries xField="xScale" yField="revenimiento"  />
     <mx:LineSeries dataProvider="{Ar4}" xField="xScale" yField="valor"
/>

    </mx:series>

  </mx:LineChart>
   <mx:Legend dataProvider="{lineChart}" direction="horizontal"/>

Thanks....


Reply via email to