chartBackgroundColor

Typeproperty
Dictionarywidget.chart
LibraryChart
Syntax
set the chartBackgroundColor of widget to {RGB | RGBA}
get the chartBackgroundColor of widget
Associationscom.livecode.widget.chart
Summary

Specifies an chart background color.

OSmac, windows, linux, ios, android, web
Example
on mouseUp
  set the chartBackgroundColor of widget "Chart View" to 192,192,192,255
end mouseUp
Description

Use the backgroundColor property to change the background that fills the chart.