setDragOffsetY method
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) {
viewPortHandler!.setDragOffsetY(offset);
}
Set an offset in dp that allows the user to drag the chart over it's bounds on the y-axis.
@param offset
void setDragOffsetY(double offset) {
viewPortHandler!.setDragOffsetY(offset);
}