AxisTriadLayer.setArrowSize¶
Summary¶
AxisTriadLayer.setArrowSize sets the arrowhead size in CSS pixels.
Values are clamped to at least 2 pixels.
Syntax¶
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
value |
number |
Yes | Arrowhead size in CSS pixels. |
Returns¶
this - The same instance for method chaining.
Type Details¶
The effective value is Math.max(2, value).