Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
HighchartsPointObject
Interface HighchartsPointObject
Index
Properties
category
percentage
selected
series
x
y
Methods
remove
select
slice
update
Properties
public
category
:
any
public
percentage
:
number
public
selected
:
boolean
public
series
:
HighchartsSeriesObject
public
x
:
number
public
y
:
number
Methods
public
remove
(
)
public
remove
(
redraw
:
boolean
)
Parameters
redraw:
boolean
public
remove
(
redraw
:
boolean
, animation
:
boolean
)
Parameters
redraw:
boolean
animation:
boolean
public
remove
(
redraw
:
boolean
, animation
:
HighchartsAnimation
)
Parameters
redraw:
boolean
animation:
HighchartsAnimation
public
select
(
)
public
select
(
select
:
boolean
)
Parameters
select:
boolean
public
select
(
select
:
boolean
, accumulate
:
boolean
)
Parameters
select:
boolean
accumulate:
boolean
public
slice
(
)
public
slice
(
sliced
:
boolean
)
Parameters
sliced:
boolean
public
slice
(
sliced
:
boolean
, redraw
:
boolean
)
Parameters
sliced:
boolean
redraw:
boolean
public
slice
(
sliced
:
boolean
, redraw
:
boolean
, animation
:
boolean
)
Parameters
sliced:
boolean
redraw:
boolean
animation:
boolean
public
slice
(
sliced
:
boolean
, redraw
:
boolean
, animation
:
HighchartsAnimation
)
Parameters
sliced:
boolean
redraw:
boolean
animation:
HighchartsAnimation
public
update
(
options
:
any
)
Parameters
options:
any
public
update
(
options
:
any
, redraw
:
boolean
)
Parameters
options:
any
redraw:
boolean
public
update
(
options
:
any
, redraw
:
boolean
, animation
:
boolean
)
Parameters
options:
any
redraw:
boolean
animation:
boolean
public
update
(
options
:
any
, redraw
:
boolean
, animation
:
HighchartsAnimation
)
Parameters
options:
any
redraw:
boolean
animation:
HighchartsAnimation
Globals
jquery