FlexChart | ComponentOne
C1.WPF.FlexChart.4.6.2 程序集 / C1.Chart 命名空间 / IRenderEngine 接口 / DrawLine 方法
x-coordinate of first point.
y-coordinate of first point.
x-coordinate of second point.
y-coordinate of second point.

本主题中
    DrawLine 方法 (IRenderEngine)
    本主题中
    Draw line between two points using current stroke attributes.
    语法
    '声明
     
    Sub DrawLine( _
       ByVal x1 As Double, _
       ByVal y1 As Double, _
       ByVal x2 As Double, _
       ByVal y2 As Double _
    ) 
    void DrawLine( 
       double x1,
       double y1,
       double x2,
       double y2
    )

    参数

    x1
    x-coordinate of first point.
    y1
    y-coordinate of first point.
    x2
    x-coordinate of second point.
    y2
    y-coordinate of second point.
    请参见