ComponentOne FinancialChart for WPF
C1.Chart Namespace / IRenderEngine Interface / DrawString Method / DrawString(String,_Point) Method
String to draw.
Position.



In This Topic
    DrawString(String,_Point) Method
    In This Topic
    Draw string at specified position.
    Syntax
    'Declaration
     
    
    Overloads Sub DrawString( _
       ByVal s As String, _
       ByVal pos As _Point _
    ) 
    'Usage
     
    
    Dim instance As IRenderEngine
    Dim s As String
    Dim pos As _Point
     
    instance.DrawString(s, pos)
    void DrawString( 
       string s,
       _Point pos
    )
    void DrawString( 
       String^ s,
       _Point pos
    ) 

    Parameters

    s
    String to draw.
    pos
    Position.
    See Also