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

 

SetCustom_Bar_Type

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetCustom_Bar_Type

 

 

Sets the custom bar type.

 

 

 

Prototype :

 

void SetCustom_Bar_Type

(

        string Custom_Bar_Type

)

 

 

 

Arguments :

 

Custom_Bar_Type

refer to ChartCustomBarTypeConst

 

 

 

Example :

 

//string

 This.SetCustom_Bar_Type("BundleBar");

 

//constant

 This.SetCustom_Bar_Type(ChartCustomBarTypeConst.BundleBar);

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind

 

 

 

See also :

 

ChartCustomBarTypeConst