FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart Namespace / ChartToolTip Class / SetToolTip Method

In This Topic
    SetToolTip Method (ChartToolTip)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub SetToolTip( _
       ByVal control As System.Windows.Forms.Control, _
       ByVal caption As System.String _
    ) 
    public void SetToolTip( 
       System.Windows.Forms.Control control,
       System.string caption
    )

    Parameters

    control
    caption
    See Also