FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.Chart Namespace / IRenderEngine Interface / DrawStringRotated Method

In This Topic
    DrawStringRotated Method (IRenderEngine)
    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 _
    ) 
    void DrawStringRotated( 
       string s,
       _Point pos,
       _Point center,
       double angle
    )

    Parameters

    s
    pos
    center
    angle
    See Also