scaleXBorderDash

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

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

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

Use the scaleXBorderDash property to change the length and spacing of dashes on the x-axis line.

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