TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >

 

GetChartColor

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >

 

GetChartColor

 

 

Gets the chart colors.

 

 

 

Prototype :

 

string GetChartColor

(

        No Arguments

)

 

 

 

Reference :

 

Return an RGB value given by "Red, Green, Blue" format.

 

RGB values for multiple chart 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.GetChartColor());

 

 

 

Available Events :

 

All Events