`
bannamoon
  • 浏览: 51787 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

设置flex ColumnChart中ColumnSeries字体大小等样式

    博客分类:
  • flex
 
阅读更多
flex3中
        <mx:Style>
            LegendItem {
                color: black;
                font-family: Arial;
                fontSize: 16;
                fontWeight: normal;
            }
        </mx:Style>

flex4中
	<fx:Style>
		@namespace s "library://ns.adobe.com/flex/spark";
		@namespace mx "http://www.adobe.com/2006/mxml";
		mx|LegendItem {
			color: black;
			font-family: Arial;
			fontSize: 20;
			fontWeight: normal;
		}
	</fx:Style>
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics