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

 

SetBarThick

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetBarThick

 

 

Sets max width of a bar.

 

 

 

Prototype :

 

void SetBarThick

(

        integer BarThick

)

 

 

 

Arguments :

 

BarThick

max bar width

 

 

 

Example :

 

This.SetBarThick(30);

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind