rotate property

num rotate

Rotate y(or y2) axis tick text.

  • If you set negative value, it will rotate to opposite direction.
  • Applied when 'axis.rotated' option is 'true'.

Implementation

external num get rotate;
void rotate=(num v)

Implementation

external set rotate(num v);