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