FlexChart | ComponentOne
C1.WPF.Chart 程序集 / C1.WPF.Chart.Annotation 命名空间 / Line 类 / Line 构造函数 / Line 构造函数(String,Point,Point)

本主题中
    Line 构造函数(String,Point,Point)
    本主题中
    Create an instance of Line.
    语法
    '声明
     
    Public Function New( _
       ByVal value As String, _
       ByVal start As Point, _
       ByVal end As Point _
    )
    public Line( 
       string value,
       Point start,
       Point end
    )

    参数

    value
    start
    end
    请参见