getMinOffset method

double getMinOffset()

Gets the minimum offset (padding) around the chart, defaults to 0.f

Implementation

double getMinOffset() {
  return _minOffset;
}