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