FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart Namespace / ChartToolTip Class / Show Method / Show(String,IWin32Window) Method

In This Topic
    Show(String,IWin32Window) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Show( _
       ByVal text As System.String, _
       ByVal window As System.Windows.Forms.IWin32Window _
    ) 
    public void Show( 
       System.string text,
       System.Windows.Forms.IWin32Window window
    )

    Parameters

    text
    window
    See Also