Function: shiftDrawdown()
shiftDrawdown(
drawdown,up,inc):Drawdown
Defined in: draft/draft.ts:917
shifts the drawdown up or left by the amount specified.
Parameters
drawdown
the drawdown to shift
up
boolean
shift up = true, left = false
inc
number
the amount to shift by
Returns
the shfited drawdown