<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >SetLegendRect_ShadowColor |
Sets the color of the legend box shadow.
Prototype :
void SetLegendRect_ShadowColor
(
string LegendRect_ShadowColor
)
Arguments :
LegendRect_ShadowColor |
Specify by hexa or decimal RGB value in the form of "#hhhhhh" or "ddd, ddd, ddd". |
Example :
This.SetLegendRect_ShadowColor("#FF0000"); //Red
This.SetLegendRect_ShadowColor("255, 0, 0"); //Red
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind