www.Chart4.NET (Documentation) | Samples Download | Release Notes
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Occurs when the chart is on mouse down event. Use hmGetNodeOnMouse() to get node details.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public event MouseEventHandler heChartMouseDown
/** @event */ public void add_heChartMouseDown (MouseEventHandler value) /** @event */ public void remove_heChartMouseDown (MouseEventHandler value)
See Also