FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.WPF.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 value As String, _
       ByVal width As Integer, _
       ByVal height As Integer _
    )
    public Ellipse( 
       string value,
       int width,
       int height
    )

    Parameters

    value
    width
    height
    See Also