C1.WPF.Chart Assembly / C1.WPF.Chart Namespace / FlexChart Class / OnToolTipOpening Method

In This Topic
OnToolTipOpening Method (FlexChart)
In This Topic
Invoked whenever the System.Windows.FrameworkElement.ToolTipOpening routed event reaches this class in its route. Implement this method to add class handling for this event.
Syntax
'Declaration
 
Protected Overridable Sub OnToolTipOpening( _
   ByVal e As ToolTipEventArgs _
) 
 

Parameters

e
See Also