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

C1.WPF.FlexChart.4 Assembly > C1.WPF.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 System.Windows.Point, _
   ByVal end As System.Windows.Point _
)
public Line( 
   System.string value,
   System.Windows.Point start,
   System.Windows.Point end
)

Parameters

value
start
end
See Also

Reference

Line Class
Line Members
Overload List