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
BodyDragPoint
Class BodyDragPoint
Go to
JavaScript Charting Documentation
Go to
JavaScript Chart Examples
Go to
SciChart.js on Github
Body/area drag point implementation.
Hierarchy
BodyDragPoint
Implements
IDragPoint
Index
Constructors
constructor
Properties
id
Methods
apply
Drag
get
Adorner
Svg
get
Cursor
get
Screen
Position
hit
Test
Constructors
constructor
new
Body
Drag
Point
(
hoverCursor
?:
ECursorStyle
, draggingCursor
?:
ECursorStyle
)
:
BodyDragPoint
Parameters
Default value
hoverCursor:
ECursorStyle
= ECursorStyle.Pointer
Default value
draggingCursor:
ECursorStyle
= ECursorStyle.Grabbing
Returns
BodyDragPoint
Properties
Readonly
id
id
:
Body
= EDraggingGripPoint.Body
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
Body
Drag
Point
constructor
id
apply
Drag
get
Adorner
Svg
get
Cursor
get
Screen
Position
hit
Test
Generated using
TypeDoc
Body/area drag point implementation.