setDragOffsetX method

void setDragOffsetX(
  1. double offset
)

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

@param offset

Implementation

void setDragOffsetX(double offset) {
  viewPortHandler!.setDragOffsetX(offset);
}