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

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

    Parameters

    text
    window
    x
    y
    See Also