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