GridLayer.setLabelSides¶
Summary¶
GridLayer.setLabelSides sets the sides on which U and V labels appear.
Each side is "min", "max", "both", or "none".
Syntax¶
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
u |
GridLabelSide |
Yes | Label side for the U axis. |
v |
GridLabelSide |
Yes | Label side for the V axis. |
Returns¶
this - The same instance for method chaining.