TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >

 

SetDataToShowOnDataLabel

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >

 

SetDataToShowOnDataLabel

 

 

Sets the value of the data label.

 

 

 

Prototype :

 

void SetDataToShowOnDataLabel

(

        string DataToShowOnDataLabel

)

 

 

 

Reference :

 

If set to "", the content value become "Value".

 

 

 

Arguments :

 

DataToShowOnDataLabel

refer to DataToShowOnDataLabelConst

Multiple values are separated by comma(",").

 

 

 

Example :

 

//string

This.SetDataToShowOnDataLabel("Series,Item,Value");

 

//constant

This.SetDataToShowOnDataLabel(DataToShowOnDataLabelConst.Series + "," + DataToShowOnDataLabelConst.Item + "," + DataToShowOnDataLabelConst.Value);

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind

 

 

 

See also :

 

DataToShowOnDataLabelConst