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

本主题中
    Circle 构造函数(String,Int32)
    本主题中
    Create an instance of Circle.
    语法
    '声明
     
    Public Function New( _
       ByVal value As String, _
       ByVal radius As Integer _
    )
    public Circle( 
       string value,
       int radius
    )

    参数

    value
    radius
    请参见