<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >GetChartGridLineColors |
Gets the background colors of the Y axis grid rows.
Prototype :
string GetChartGridLineColors
(
No Arguments
)
Reference :
Return an RGB value given by "Red, Green, Blue" format.
RGB values for multiple background colors are separated by semicolon(";"). Transparent color have no value. For example, "255, 0, 0;;0, 0, 255" will be returned for red, transparent and blue.
Example :
_TraceLn(This.GetChartGridLineColors());
Available Events :
All Events