scaleYBorderDash

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

Length and spacing of dashes on the y-axis line.

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

Use the scaleYBorderDash property to change the length and spacing of dashes on the y-axis line.

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