<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >SetVisible |
Set whether to show the chart or not.
Prototype :
void SetVisible
(
bool Visible
)
Arguments :
Visible |
set to true to show |
Example :
This.SetVisible(true);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind