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