Search results

ScatterSeries API in Vue Chart API component

ScatterSeries module is used to render the scatter series.

Methods

destroy

To destroy the scatter.

Returns void

doAnimation

Animates the series.

Parameter Type Description
series Series Defines the series to animate.

Returns void

enableComplexProperty

Enables complex properties for the series.

Parameter Type Description
series Series The series for which complex properties need to be enabled.

Returns Points[]

render

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