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

Inherits BaseObject.

Properties

string Click [get, set]
 Fires when a point is clicked. One parameter, event, is passedto the function, containing common event information.If the series.allowPointSelect option is true, the defaultaction for the point's click event is to toggle the point'sselect state. Returning false cancels this action. More...
 
string Drag [get, set]
 Callback that fires while dragging a point. The mouse event is passed inas parameter. The original data can be accessed from e.origin, and thenew point values can be accessed from e.newPoints. If there is only asingle point being updated, it can be accessed from e.newPoint forsimplicity, and its ID can be accessed from e.newPointId. The thiscontext is the point being dragged. To stop the default drag action,return false. See drag and drop options. More...
 
string DragStart [get, set]
 Callback that fires when starting to drag a point. The mouse event objectis passed in as an argument. If a drag handle is used, e.updateProp isset to the data property being dragged. The this context is the point.See drag and drop options. More...
 
string Drop [get, set]
 Callback that fires when the point is dropped. The parameters passed arethe same as for drag. To stopthe default drop action, return false. Seedrag and drop options. More...
 
string MouseOut [get, set]
 Fires when the mouse leaves the area close to the point. Oneparameter, event, is passed to the function, containing commonevent information. More...
 
string MouseOver [get, set]
 Fires when the mouse enters the area close to the point. Oneparameter, event, is passed to the function, containing commonevent information.Returning false cancels the default behavior, which is to show atooltip for the point. More...
 
string Remove [get, set]
 Fires when the point is removed using the .remove() method. Oneparameter, event, is passed to the function. Returning falsecancels the operation. More...
 
string Select [get, set]
 Fires when the point is selected either programmatically orfollowing a click on the point. One parameter, event, is passedto the function. Returning false cancels the operation. More...
 
string Unselect [get, set]
 Fires when the point is unselected either programmatically orfollowing a click on the point. One parameter, event, is passedto the function. Returning false cancels the operation. More...
 
string Update [get, set]
 Fires when the point is updated programmatically through the<tt>.update() method. One parameter, event, is passed to thefunction. The new point options can be accessed throughevent.options. Returning false cancels the operation. More...
 
Hashtable CustomFields [get, set]
 

Property Documentation

◆ Click

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

Fires when a point is clicked. One parameter, event, is passedto the function, containing common event information.If the series.allowPointSelect option is true, the defaultaction for the point's click event is to toggle the point'sselect state. Returning false cancels this action.

◆ Drag

string Highsoft.Web.Mvc.Charts.PlotOptionsTreemapPointEvents.Drag
getset

Callback that fires while dragging a point. The mouse event is passed inas parameter. The original data can be accessed from e.origin, and thenew point values can be accessed from e.newPoints. If there is only asingle point being updated, it can be accessed from e.newPoint forsimplicity, and its ID can be accessed from e.newPointId. The thiscontext is the point being dragged. To stop the default drag action,return false. See drag and drop options.

◆ DragStart

string Highsoft.Web.Mvc.Charts.PlotOptionsTreemapPointEvents.DragStart
getset

Callback that fires when starting to drag a point. The mouse event objectis passed in as an argument. If a drag handle is used, e.updateProp isset to the data property being dragged. The this context is the point.See drag and drop options.

◆ Drop

string Highsoft.Web.Mvc.Charts.PlotOptionsTreemapPointEvents.Drop
getset

Callback that fires when the point is dropped. The parameters passed arethe same as for drag. To stopthe default drop action, return false. Seedrag and drop options.

◆ MouseOut

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

Fires when the mouse leaves the area close to the point. Oneparameter, event, is passed to the function, containing commonevent information.

◆ MouseOver

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

Fires when the mouse enters the area close to the point. Oneparameter, event, is passed to the function, containing commonevent information.Returning false cancels the default behavior, which is to show atooltip for the point.

◆ Remove

string Highsoft.Web.Mvc.Charts.PlotOptionsTreemapPointEvents.Remove
getset

Fires when the point is removed using the .remove() method. Oneparameter, event, is passed to the function. Returning falsecancels the operation.

◆ Select

string Highsoft.Web.Mvc.Charts.PlotOptionsTreemapPointEvents.Select
getset

Fires when the point is selected either programmatically orfollowing a click on the point. One parameter, event, is passedto the function. Returning false cancels the operation.

◆ Unselect

string Highsoft.Web.Mvc.Charts.PlotOptionsTreemapPointEvents.Unselect
getset

Fires when the point is unselected either programmatically orfollowing a click on the point. One parameter, event, is passedto the function. Returning false cancels the operation.

◆ Update

string Highsoft.Web.Mvc.Charts.PlotOptionsTreemapPointEvents.Update
getset

Fires when the point is updated programmatically through the<tt>.update() method. One parameter, event, is passed to thefunction. The new point options can be accessed throughevent.options. Returning false cancels the operation.


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