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

 

SetDrawYLabelOnOrigin

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetDrawYLabelOnOrigin

 

 

Sets visibility of the Y axis label on the origin.

 

 

 

Prototype :

 

void SetDrawYLabelOnOrigin

(

        bool DrawYLabelOnOrigin

)

 

 

 

Arguments :

 

DrawYLabelOnOrigin

set to true to show the Y axis label on the origin

 

 

 

Example :

 

This.SetDrawYLabelOnOrigin(true);

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind