backgroundDataColors
Type
property
Summary
The background color of the data sets
Syntax
set the backgroundDataColors of widget to {RGB | RGBA}
get the backgroundDataColors of widget
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.
Examples
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
Compatibility and Support
OS
mac
windows
linux
ios
android
web