backgroundDataColors

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

The background color of the data sets

OSmac, windows, linux, ios, android, web
Example
on mouseUp
  set the backgroundDataColors of widget "Chart View" to "25,263,250,250" & cr & "225,263,250,250" & cr & "205,283,250"
end mouseUp
Description

Use the backgroundDataColors property to set the color of the data sets. For line, bar, and radar chart types, one color per line for the dataSet.