ScatterSeries
module is used to render the scatter series.
To destroy the scatter.
Returns void
Animates the series.
Parameter | Type | Description |
---|---|---|
series | Series |
Defines the series to animate. |
Returns void
Enables complex properties for the series.
Parameter | Type | Description |
---|---|---|
series | Series |
The series for which complex properties need to be enabled. |
Returns Points[]
Renders the series.
Parameter | Type | Description |
---|---|---|
series | Series |
The series to be rendered. |
xAxis | Axis |
The x-axis of the chart. |
yAxis | Axis |
The y-axis of the chart. |
isInverted | boolean |
Specifies whether the chart is inverted. |
Returns void