ComponentOne FlexChart for WinForms
Ellipse Constructor(String,Int32,Int32)


C1.Win.Chart.Annotation Namespace > Ellipse Class > Ellipse Constructor : Ellipse Constructor(String,Int32,Int32)
Create an instance of Ellipse.
Syntax
'Declaration
 
Public Function New( _
   ByVal content As String, _
   ByVal width As Integer, _
   ByVal height As Integer _
)
'Usage
 
Dim content As String
Dim width As Integer
Dim height As Integer
 
Dim instance As New Ellipse(content, width, height)
public Ellipse( 
   string content,
   int width,
   int height
)

Parameters

content
width
height
See Also

Reference

Ellipse Class
Ellipse Members
Overload List