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

 

SetDataLabelSeparator

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetDataLabelSeparator

 

 

Sets the separator for data label.

 

 

 

Prototype :

 

void SetDataLabelSeparator

(

        string DataLabelSeparator

)

 

 

 

Reference :

 

If set separator to  "", new line will be applied.

 

 

 

Arguments :

 

DataLabelSeparator

separator

 

 

 

Example :

 

This.SetDataLabelSeparator(";");

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind