ComponentOne FlexChart for UWP
Line Constructor(String,Point,Point)

C1.UWP.FlexChart Assembly > C1.Xaml.Chart.Annotation Namespace > Line Class > Line Constructor : Line Constructor(String,Point,Point)
Create an instance of Line.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As System.String, _
   ByVal start As Windows.Foundation.Point, _
   ByVal end As Windows.Foundation.Point _
)
public Line( 
   System.string value,
   Windows.Foundation.Point start,
   Windows.Foundation.Point end
)

Parameters

value
start
end
See Also

Reference

Line Class
Line Members
Overload List