height property

num height

Set height of x axis. The height of x axis can be set manually by this option. If you need more space for x axis, please use this option for that. The unit is pixel.

Implementation

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

Implementation

external set height(num v);