EJSC.Chart.acquireSeries

See Also

 

Definition

 

void acquireSeries( EJSC.Series series, boolean redraw )

 

Description

 

Moves a series from one chart to another.  This method will remove the series from the chart which currently owns it and add it to the chart making the acquireSeries call.

 

Sends:

       series - The series to be moved

       redraw - Boolean flag telling the old and new charts if they should redraw immediately.  Specifying false here will require that both charts redraw() methods are called in order to display the results of the acquisition.