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

 

SetYAxisLeftOriginLine_Dash

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetYAxisLeftOriginLine_Dash

 

 

Sets the dash pattern of the left Y axis origin line.

 

 

 

Prototype :

 

void SetYAxisLeftOriginLine_Dash

(

        string YAxisLeftOriginLine_Dash

)

 

 

 

Arguments :

 

YAxisLeftOriginLine_Dash

set the value in the form of "dash gap".

 

 

 

Example :

 

This.SetYAxisLeftOriginLine_Dash("5 4");

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind