Flex: PieChart LabelFunction

使用labelFunction 直接显示PieChart的信息, 如下代码定义一个PieChart:

		
					
						
					
				
				

其labelFunction:

		/** 过期分布PieChart的LabelFunction.  */
		protected static function labelFunForChartExpDEtail(item:Object, field:String, index:Number, percentValue:Number):String {
			var percentString:String = percentValue.toString().substr(0, 5);
			return UserQualStatistics.getTypeLabel(item.type) + ":" + "\n" + RM.getString(BUNDLE_DASHBOARD, "info.total") + ":" + item.total + "(" + percentString + "%)";
		}

效果:

 

image

This entry was posted in Flex and tagged , , , . Bookmark the permalink.

One Response to Flex: PieChart LabelFunction

  1. Firm says:

    依样画葫芦看看

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>