Search
Preparing search index...
The search index is not available
TypeDoc API Documentation
for SciChart
JavaScript Charts
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
VertexDragPoint
Class VertexDragPoint
Go to
JavaScript Charting Documentation
Go to
JavaScript Chart Examples
Go to
SciChart.js on Github
Vertex drag-point implementation for polyline points.
Hierarchy
VertexDragPoint
Implements
IDragPoint
Index
Constructors
constructor
Properties
id
Methods
apply
Drag
get
Adorner
Svg
get
Cursor
get
Screen
Position
hit
Test
Constructors
constructor
new
Vertex
Drag
Point
(
index
:
number
, options
?:
IVertexDragPointOptions
)
:
VertexDragPoint
Parameters
index:
number
Optional
options:
IVertexDragPointOptions
Returns
VertexDragPoint
Properties
Readonly
id
id
:
string
Methods
apply
Drag
apply
Drag
(
ctx
:
IDragPointContext
, currentValues
:
Point
, previousValues
:
Point
)
:
void
Parameters
ctx:
IDragPointContext
currentValues:
Point
previousValues:
Point
Returns
void
get
Adorner
Svg
get
Adorner
Svg
(
ctx
:
IDragPointContext
)
:
string
Parameters
ctx:
IDragPointContext
Returns
string
get
Cursor
get
Cursor
(
_ctx
:
IDragPointContext
, isDragging
:
boolean
)
:
ECursorStyle
Parameters
_ctx:
IDragPointContext
isDragging:
boolean
Returns
ECursorStyle
get
Screen
Position
get
Screen
Position
(
ctx
:
IDragPointContext
)
:
Point
|
undefined
Parameters
ctx:
IDragPointContext
Returns
Point
|
undefined
hit
Test
hit
Test
(
ctx
:
IDragPointContext
, mousePoint
:
Point
)
:
boolean
Parameters
ctx:
IDragPointContext
mousePoint:
Point
Returns
boolean
Globals
Vertex
Drag
Point
constructor
id
apply
Drag
get
Adorner
Svg
get
Cursor
get
Screen
Position
hit
Test
Generated using
TypeDoc
Vertex drag-point implementation for polyline points.