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

 

SetYAxisLeftBaseLine_Dash

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetYAxisLeftBaseLine_Dash

 

 

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

 

 

 

Prototype :

 

void SetYAxisLeftBaseLine_Dash

(

        string YAxisLeftBaseLine_Dash

)

 

 

 

Arguments :

 

YAxisLeftBaseLine_Dash

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

 

 

 

Example :

 

This.SetYAxisLeftBaseLine_Dash("5 4");

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind