pointRadius

Typeproperty
Dictionarywidget.chart
LibraryChart
Syntax
set the pointRadius of widget to <number>
get the pointRadius of widget
Associationscom.livecode.widget.chart
Summary

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

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

Use the pointRadius property to change the radius of the points that are drawn on the charts.

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