pointSize property

num get pointSize

The size of the dot to draw on each point in pixels (see drawPoints). A dot is always drawn when a point is "isolated", i.e. there is a missing point on either side of it. This also controls the size of those dots.

Default: 1

Implementation

external num get pointSize;
set pointSize (num v)

Implementation

external set pointSize(num v);