setDragOffsetY method

void setDragOffsetY(
  1. double offset
)

Set an offset in dp that allows the user to drag the chart over it's bounds on the y-axis.

@param offset

Implementation

void setDragOffsetY(double offset) {
  _transOffsetY = Utils.convertDpToPixel(offset);
}