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

 

SetXAxisLine_Dash

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetXAxisLine_Dash

 

 

Sets the dash pattern of the X axis line.

 

 

 

Prototype :

 

void SetXAxisLine_Dash

(

        string XAxisLine_Dash

)

 

 

 

Arguments :

 

XAxisLine_Dash

dash pattern

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

 

 

 

Example :

 

This.SetXAxisLine_Dash("5 4");

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind