Flex:Chart 设置DataTipFunction

某BarChart: showDataTips="true" dataTipFunction="dataTipFunForQualExpSummary"

tipFunction:

		/** 资格过期摘要图表的dataTipFunction. */
		protected  function dataTipFunForQualExpSummary(hd:HitData):String {
			var curObj:Object = hd.item;
			var curSeries:BarSeries = BarSeries(hd.chartItem.element); // 获得当前的BarSeries
			return curObj.qual + "-" + curSeries.displayName + "\n" + uqStatistics.getUQAs(curSeries.xField, curObj.qualObj).length + RM.getString(BUNDLE_DASHBOARD, "label.piece");
		}

效果:

image

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

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>