C1.iOS.Chart Assembly / C1.iOS.Chart.Annotation Namespace / Line Class / Line Constructor / Line Constructor(String,CGPoint,CGPoint)


In This Topic
Line Constructor(String,CGPoint,CGPoint)
In This Topic
Create an instance of Line.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As String, _
   ByVal start As CoreGraphics.CGPoint, _
   ByVal end As CoreGraphics.CGPoint _
)
 
'Usage
 
Dim value As String
Dim start As CoreGraphics.CGPoint
Dim end As CoreGraphics.CGPoint
 
Dim instance As New Line(value, start, end)

Parameters

value
start
end
See Also