FlexChart for WinForms
Draw イベント (ChartToolTip)

C1.Win.FlexChart.5 アセンブリ > C1.Win.Chart 名前空間 > ChartToolTip クラス : Draw イベント
シンタックス
'宣言
 
Public Event Draw As System.Windows.Forms.DrawToolTipEventHandler
public event System.Windows.Forms.DrawToolTipEventHandler Draw
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Forms.DrawToolTipEventArgs 型の引数を受け取りました。次の DrawToolTipEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
Gets the control for which the System.Windows.Forms.ToolTip is being drawn.  
Gets the window to which this System.Windows.Forms.ToolTip is bound.  
Gets the size and location of the System.Windows.Forms.ToolTip to draw.  
Gets the font used to draw the System.Windows.Forms.ToolTip.  
Gets the graphics surface used to draw the System.Windows.Forms.ToolTip.  
Gets the text for the System.Windows.Forms.ToolTip that is being drawn.  
参照