sigplot-ts
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Annotation
Plugin
constructor
annotations
options
plot
add_
annotation
clear_
annotations
init
menu
refresh
set_
highlight
Hierarchy
AnnotationPlugin
AnnotationPlugin
Index
Constructors
constructor
Properties
annotations
options
plot
Methods
add_
annotation
clear_
annotations
init
menu
refresh
set_
highlight
Constructors
constructor
new
Annotation
Plugin
(
options
?:
IAnnotationOptions
)
:
AnnotationPlugin
Parameters
Optional
options:
IAnnotationOptions
Returns
AnnotationPlugin
Properties
annotations
annotations
:
Annotations
options
options
:
IAnnotationOptions
plot
plot
:
Plot
Methods
add_
annotation
add_
annotation
(
annotation
:
IAnnotation
)
:
number
Parameters
annotation:
IAnnotation
Returns
number
clear_
annotations
clear_
annotations
(
)
:
any
Returns
any
init
init
(
plot
:
Plot
)
:
any
Parameters
plot:
Plot
Returns
any
menu
menu
(
)
:
object
Returns
object
refresh
refresh
(
canvas
:
HTMLCanvasElement
)
:
any
Parameters
canvas:
HTMLCanvasElement
Returns
any
set_
highlight
set_
highlight
(
state
?:
boolean
, annotations
?:
Annotations
, x
?:
number
, y
?:
number
)
:
any
Parameters
Optional
state:
boolean
Optional
annotations:
Annotations
Optional
x:
number
Optional
y:
number
Returns
any
Generated using
TypeDoc