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

 

SetYAxisMainGridLine_Dash

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetYAxisMainGridLine_Dash

 

 

Sets the dash pattern of the Y axis major grid line.

 

 

 

Prototype :

 

void SetYAxisMainGridLine_Dash

(

        string YAxisMainGridLine_Dash

)

 

 

 

Arguments :

 

YAxisMainGridLine_Dash

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

 

 

 

Example :

 

This.SetYAxisMainGridLine_Dash("5 4");

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind