legendUsePointStyle

Typeproperty
Dictionarywidget.chart
LibraryChart
Syntax
set the legendUsePointStyle of widget to {true | false}
get the legendUsePointStyle of widget
Associationscom.livecode.widget.chart
Summary

Shows the style of the points in the legend.

OSmac, windows, linux, ios, android, web
Example
on mouseUp
 set the pointStyle of widget "Chart View" to "rectRounded"
 set the legendUsePointStyle of widget "Chart View" to true
end mouseUp
Description

Use the legendUsePointStyle property to display the style of the points in the legend.