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

    Parameters

    value
    width
    height
    See Also