Wijmo UI for the Web
seriesChanged Event
Standard jQuery event object
Information about an event
This event fires when the series changes.
Syntax
Javascript (Usage) 
$(function () {
    // Set seriesChanged event handler function
    $(".selector").wijpiechart({
        seriesChanged : function (e, data) {
     
        }
    });
});
Javascript (Specification) 
seriesChanged = function ( 
   e : jQuery.Event,
   data : ISeriesChangedEventArgs
) { };

Parameters

e
Standard jQuery event object
data
Information about an event

See Also

Reference

options type
wijpiechart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.