WinUI | ComponentOne
C1.WinUI.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
    void DrawStringRotated( 
       string s,
       _Point pos,
       _Point center,
       double angle
    )

    Parameters

    s
    pos
    center
    angle
    See Also