drawGrid property
bool
get
drawGrid
Whether to display gridlines in the chart. This may be set on a per-axis basis to define the visibility of each axis' grid separately.
Default: true
for x and y, false
for y2
Implementation
external bool get drawGrid;
set
drawGrid
(bool v)
Implementation
external set drawGrid(bool v);