<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >SetYAxisRightBaseLine_Dash |
Sets the dash pattern of the right Y axis base line.
Prototype :
void SetYAxisRightBaseLine_Dash
(
string YAxisRightBaseLine_Dash
)
Arguments :
YAxisRightBaseLine_Dash |
set the value in the form of "dash gap". |
Example :
This.SetYAxisRightBaseLine_Dash("5 4");
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind