lineBorderDash

Typeproperty
Dictionarywidget.chart
LibraryChart
Syntax
set the lineBorderDash of widget to pixelsOn [, pixelsOff]
get the lineBorderDash of widget
Associationscom.livecode.widget.chart
Summary

Length and spacing of the dashes in the line of the line chart.

OSmac, windows, linux, ios, android, web
Example
set the lineBorderDash of widget "Chart View" to 5,2
set the lineBorderDash of widget "Chart View" to 3
Description

Use the lineBorderDash property to change the length and spacing of the dashes in the line chart line.

To return to using solid lines, set the list of lines and dashes to 0 or empty.

Warning: If this property is set on the dataset, it will override the value set here for that dataset.