FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart.Annotation Namespace / Ellipse Class / Ellipse Constructor / Ellipse Constructor(String,Int32,Int32)

In This Topic
    Ellipse Constructor(String,Int32,Int32)
    In This Topic
    Create an instance of Ellipse.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal content As System.String, _
       ByVal width As System.Integer, _
       ByVal height As System.Integer _
    )
    public Ellipse( 
       System.string content,
       System.int width,
       System.int height
    )

    Parameters

    content
    width
    height
    See Also