pointStyle

Typeproperty
Dictionarywidget.chart
LibraryChart
Syntax
set the pointStyle of widget to {circle | cross | crossRot | dash | line | rect | rectRounded | rectRot | star | triangle}
get the pointStyle of widget
Associationscom.livecode.widget.chart
Summary

The styles of the points that are drawn on the charts.

OSmac, windows, linux, ios, android, web
Example
set the pointStyle of widget "Chart View" to "rectRounded"
Description

Use the pointStyle property to change the style of points that are drawn on charts.

The admitted values are: - circle - cross - crossRot - dash - line - straight - rectRounded - rectRot - star - triangle

circle is the default value

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