FlexChart | ComponentOne
C1.WPF.FlexChart.4.6.2 程序集 / C1.Chart 命名空间 / IRenderEngine 接口 / DrawStringRotated 方法

本主题中
    DrawStringRotated 方法 (IRenderEngine)
    本主题中
    Draw rotated string at specified position.
    语法
    '声明
     
    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
    )

    参数

    s
    pos
    center
    angle
    请参见