fit property

bool fit

Fit x axis ticks. If true set, the ticks will be positioned nicely. If false set, the ticks will be positioned according to x value of the data points.

Implementation

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

Implementation

external set fit(bool v);