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