getChartBG()

ICE Data Services -

getChartBG() Utility Functions


getChartBG() returns the current background color of the Advanced Chart.

Syntax

getChartBG ()


Parameters

N/A


Return Value(s)

Color


Notes

N/A

 

Code Examples
 
function main() { 
    // get the chart's background color 
    var nMyChartBgColor = getChartBG(); 
}