seriesChanged

Occurs when the series changes.

Default: null

Type: Function

Parameters:

e: A jQuery.Event object.

data: An object that contains new series values.

Code Example:

// Supply a function as an option.

$("#scatterchart").wijscatterchart({seriesChanged: function(e, data) { } });

OR

// Bind to the event by type: wijscatterchartseriesChanged

$("#scatterchart").bind("wijscatterchartseriesChanged", function(e, data) {} );


Send us comments about this topic.
Copyright © GrapeCity, inc. All rights reserved.