rotate property

num rotate

Rotate x axis tick text.

  • If you set negative value, it will rotate to opposite direction.
  • Applied when 'axis.rotated' option is 'false'.
  • As long as axis_x_tick_fit is set to true it will calculate an overflow for the y2 axis and add this value to the right padding.

Implementation

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

Implementation

external set rotate(num v);