Highcharts .NET  11.3.0
Highsoft.Web.Mvc.Charts.BellcurveSeriesEvents Class Reference

Inherits BaseObject.

Properties

string AfterAnimate [get, set]
 Fires after the series has finished its initial animation, or in caseanimation is disabled, immediately as the series is displayed. More...
 
string CheckboxClick [get, set]
 Fires when the checkbox next to the series' name in the legend isclicked. One parameter, event, is passed to the function. The stateof the checkbox is found by event.checked. The checked item isfound by event.item. Return false to prevent the default actionwhich is to toggle the select state of the series. More...
 
string Click [get, set]
 Fires when the series is clicked. One parameter, event, is passedto the function, containing common event information. Additionally,event.point holds a pointer to the nearest point on the graph. More...
 
string Hide [get, set]
 Fires when the series is hidden after chart generation time, eitherby clicking the legend item or by calling .hide(). More...
 
string LegendItemClick [get, set]
 Fires when the legend item belonging to the series is clicked. Oneparameter, event, is passed to the function. The default actionis to toggle the visibility of the series. This can be preventedby returning false or calling event.preventDefault(). More...
 
string MouseOut [get, set]
 Fires when the mouse leaves the graph. One parameter, event, ispassed to the function, containing common event information. If thestickyTracking option is true, mouseOutdoesn't happen before the mouse enters another graph or leaves theplot area. More...
 
string MouseOver [get, set]
 Fires when the mouse enters the graph. One parameter, event, ispassed to the function, containing common event information. More...
 
string Show [get, set]
 Fires when the series is shown after chart generation time, eitherby clicking the legend item or by calling .show(). More...
 
Hashtable CustomFields [get, set]
 

Property Documentation

◆ AfterAnimate

string Highsoft.Web.Mvc.Charts.BellcurveSeriesEvents.AfterAnimate
getset

Fires after the series has finished its initial animation, or in caseanimation is disabled, immediately as the series is displayed.

◆ CheckboxClick

string Highsoft.Web.Mvc.Charts.BellcurveSeriesEvents.CheckboxClick
getset

Fires when the checkbox next to the series' name in the legend isclicked. One parameter, event, is passed to the function. The stateof the checkbox is found by event.checked. The checked item isfound by event.item. Return false to prevent the default actionwhich is to toggle the select state of the series.

◆ Click

string Highsoft.Web.Mvc.Charts.BellcurveSeriesEvents.Click
getset

Fires when the series is clicked. One parameter, event, is passedto the function, containing common event information. Additionally,event.point holds a pointer to the nearest point on the graph.

◆ Hide

string Highsoft.Web.Mvc.Charts.BellcurveSeriesEvents.Hide
getset

Fires when the series is hidden after chart generation time, eitherby clicking the legend item or by calling .hide().

◆ LegendItemClick

string Highsoft.Web.Mvc.Charts.BellcurveSeriesEvents.LegendItemClick
getset

Fires when the legend item belonging to the series is clicked. Oneparameter, event, is passed to the function. The default actionis to toggle the visibility of the series. This can be preventedby returning false or calling event.preventDefault().

◆ MouseOut

string Highsoft.Web.Mvc.Charts.BellcurveSeriesEvents.MouseOut
getset

Fires when the mouse leaves the graph. One parameter, event, ispassed to the function, containing common event information. If thestickyTracking option is true, mouseOutdoesn't happen before the mouse enters another graph or leaves theplot area.

◆ MouseOver

string Highsoft.Web.Mvc.Charts.BellcurveSeriesEvents.MouseOver
getset

Fires when the mouse enters the graph. One parameter, event, ispassed to the function, containing common event information.

◆ Show

string Highsoft.Web.Mvc.Charts.BellcurveSeriesEvents.Show
getset

Fires when the series is shown after chart generation time, eitherby clicking the legend item or by calling .show().


The documentation for this class was generated from the following file: