getChartBG() Utility Functions
Parameters
Notes
getChartBG() returns the current background color of the Advanced Chart.
getChartBG ()
Parameters
N/A
Return Value(s)
Color
Notes
N/A
Code Examples
function main() { // get the chart's background color var nMyChartBgColor = getChartBG(); }