beforeSeriesChange

This event fires before the series changes and can be cancelled. Use "return false;" to cancel the event.

Type: Function.

Default: null.

Parameters:

e: A jQuery.Event object.

data: An object that contians old and new series values.

data.oldSeriesList: old series list before change.

data.newSeriesList: new series list that will replace old one.

 

Code example:

$("#barchart").wijbarchart({beforeSeriesChange, function(e, data){ }})

OR

$("#barchart").bind("wijbarchartbeforeSeriesChange", function(e, data) {} );


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