rescale property

bool rescale

Enable to rescale after zooming. If true set, y domain will be updated according to the zoomed region.

Implementation

external bool get rescale;
void rescale=(bool v)

Implementation

external set rescale(bool v);