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

 

SetYAxisLine_Dash

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetYAxisLine_Dash

 

 

Sets the dash pattern of the Y axis line.

 

 

 

Prototype :

 

void SetYAxisLine_Dash

(

        string YAxisLine_Dash

)

 

 

 

Arguments :

 

YAxisLine_Dash

dash pattern

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

 

 

 

Example :

 

This.SetYAxisLine_Dash("5 4");

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind