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
CallbackDragPoint
Class CallbackDragPoint
Go to
JavaScript Charting Documentation
Go to
JavaScript Chart Examples
Go to
SciChart.js on Github
Generic positioned drag point for annotation-specific resize handles.
Hierarchy
CallbackDragPoint
PointPairMidpointDragPoint
Implements
IDragPoint
Index
Constructors
constructor
Properties
id
Methods
apply
Drag
get
Adorner
Svg
get
Cursor
get
Screen
Position
hit
Test
Constructors
constructor
new
Callback
Drag
Point
(
options
:
ICallbackDragPointOptions
)
:
CallbackDragPoint
Parameters
options:
ICallbackDragPointOptions
Returns
CallbackDragPoint
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
|
undefined
Parameters
ctx:
IDragPointContext
isDragging:
boolean
Returns
ECursorStyle
|
undefined
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
Callback
Drag
Point
constructor
id
apply
Drag
get
Adorner
Svg
get
Cursor
get
Screen
Position
hit
Test
Generated using
TypeDoc
Generic positioned drag point for annotation-specific resize handles.