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

 

SetLeftBorderDash

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetLeftBorderDash

 

 

Sets the dash pattern of the left border.

 

 

 

Prototype :

 

void SetLeftBorderDash

(

        string LeftBorderDash

)

 

 

 

Arguments :

 

LeftBorderDash

dash pattern in the form of "dash gap;dash gap;...".

 

 

 

Example :

 

This.SetLeftBorderDash("4 3");

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind