Interface PathBuilder
Hierarchy
- PathBuilder
Methods
-
Finalizes building the path
Returns Path
An object that can be passed to
Canvas.drawPath
function
-
Draws a line from the last coordinates of the cursor to a new point. Moves the cursor to this point.
Parameters
-
x: IndexedDate
A point in time domain
-
y: number
A value in the domain of the indicator
Returns PathBuilder
-
-
Moves the cursor to a new point
Parameters
-
x: IndexedDate
A point in time domain
-
y: number
A value in the domain of the indicator
Returns PathBuilder
-
Generated using TypeDoc
Encapsulates details about a multi-segment path