gridLineColor

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

The color of chart grid lines

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

Use the gridLineColor property to change or get the color of the lines on the chart grid.