Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
HighchartsSeriesObject
Interface HighchartsSeriesObject
Index
Properties
chart
data
name
options
points
selected
type
visible
xAxis
yAxis
Methods
addPoint
hide
remove
select
setData
setVisible
show
Properties
public
chart
:
HighchartsChartObject
public
data
:
HighchartsDataPoint
[]
public
name
:
string
public
options
:
HighchartsSeriesOptions
public
points
:
HighchartsPointObject
[]
public
selected
:
boolean
public
type
:
string
public
visible
:
boolean
public
xAxis
:
HighchartsAxisObject
public
yAxis
:
HighchartsAxisObject
Methods
public
addPoint
(
options
:
any
)
Parameters
options:
any
public
addPoint
(
options
:
any
, redraw
:
boolean
, shift
:
boolean
)
Parameters
options:
any
redraw:
boolean
shift:
boolean
public
addPoint
(
options
:
any
, redraw
:
boolean
, shift
:
boolean
, animation
:
boolean
)
Parameters
options:
any
redraw:
boolean
shift:
boolean
animation:
boolean
public
addPoint
(
options
:
any
, redraw
:
boolean
, shift
:
boolean
, animation
:
HighchartsAnimation
)
Parameters
options:
any
redraw:
boolean
shift:
boolean
animation:
HighchartsAnimation
public
hide
(
)
public
remove
(
)
public
remove
(
redraw
:
boolean
)
Parameters
redraw:
boolean
public
select
(
)
public
select
(
selected
?:
boolean
)
Parameters
selected?:
boolean
optional
public
setData
(
data
:
Array<number>
)
Parameters
data:
Array<number>
public
setData
(
data
:
Array<number>
, redraw
:
boolean
)
Parameters
data:
Array<number>
redraw:
boolean
public
setData
(
data
:
Array<number[]>
)
Parameters
data:
Array<number[]>
public
setData
(
data
:
Array<number[]>
, redraw
:
boolean
)
Parameters
data:
Array<number[]>
redraw:
boolean
public
setData
(
data
:
HighchartsDataPoint
[]
)
Parameters
data:
HighchartsDataPoint
[]
public
setData
(
data
:
HighchartsDataPoint
[]
, redraw
:
boolean
)
Parameters
data:
HighchartsDataPoint
[]
redraw:
boolean
public
setVisible
(
visible
:
boolean
)
Parameters
visible:
boolean
public
setVisible
(
visible
:
boolean
, redraw
:
boolean
)
Parameters
visible:
boolean
redraw:
boolean
public
show
(
)
Globals
jquery