flex的LineChart中怎样设置线条的粗细和颜色
1个回答
展开全部
举例如下:
定义笔触(颜色和粗细)
<mx:Stroke id = "s1" color="blue" weight="2"/>
定义填充
<mx:SolidColor id="sc1" color="blue" alpha=".3"/>
使用笔触
<mx:LineSeries yField="Profit" form="curve" displayName="Profit" lineStroke="{s1}"/>
使用笔触和填充
<mx:AreaSeries yField="Profit" form="curve" displayName="Profit" areaStroke="{s1}" areaFill="{sc1}"/>
定义笔触(颜色和粗细)
<mx:Stroke id = "s1" color="blue" weight="2"/>
定义填充
<mx:SolidColor id="sc1" color="blue" alpha=".3"/>
使用笔触
<mx:LineSeries yField="Profit" form="curve" displayName="Profit" lineStroke="{s1}"/>
使用笔触和填充
<mx:AreaSeries yField="Profit" form="curve" displayName="Profit" areaStroke="{s1}" areaFill="{sc1}"/>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询