pointStyle | |
Type | property |
Dictionary | widget.chart |
Library | Chart |
Syntax |
|
Associations | com.livecode.widget.chart |
Summary | The styles of the points that are drawn on the charts. |
OS | mac, windows, linux, ios, android, web |
Example |
|
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. |