AxisTriadLayer.setColors¶
Summary¶
AxisTriadLayer.setColors sets the CSS colors used for the X, Y, and Z axes. The tuple order is X, Y, then Z.
Syntax¶
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
colors |
[string, string, string] |
Yes | CSS colors for X, Y, and Z. |
Returns¶
this - The same instance for method chaining.