ComponentOne FinancialChart for WPF
C1.Chart Namespace / IRenderEngine Interface / DrawStringRotated Method



In This Topic
    DrawStringRotated Method
    In This Topic
    Draw rotated string at specified position.
    Syntax
    'Declaration
     
    
    Sub DrawStringRotated( _
       ByVal s As String, _
       ByVal pos As _Point, _
       ByVal center As _Point, _
       ByVal angle As Double _
    ) 
    'Usage
     
    
    Dim instance As IRenderEngine
    Dim s As String
    Dim pos As _Point
    Dim center As _Point
    Dim angle As Double
     
    instance.DrawStringRotated(s, pos, center, angle)
    void DrawStringRotated( 
       string s,
       _Point pos,
       _Point center,
       double angle
    )
    void DrawStringRotated( 
       String^ s,
       _Point pos,
       _Point center,
       double angle
    ) 

    Parameters

    s
    pos
    center
    angle
    See Also