minWidth property

double minWidth
getter/setter pair

The minimum width of the graph. The minimum width of the graph cannot be lower than getLabelCountX * (maxLabelWidthX + 10). This is so there are no labels that are overlapping with each other because the width of the graph is too short. You can however override this behavior by setting minWidthOverride to true.

Implementation

double minWidth;