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

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

    参数

    value
    width
    height
    请参见