Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

 

【值脚本】

方法原型
function(value, VSUtils){
    //脚本内容
} 

 

【值脚本】(仅适用于标准轴线图)

方法原型
function(value, values, measure, xAxisValue, xAxisValues){
    //脚本内容
	//value: 当前数据项值
	//values: 所有数据项值
	//measure: 度量
	//xAxisValue: 当前数据项X轴的值
	//xAxisValues: 全部X轴的值
} 
  • No labels