ComponentOne FlexChart for WinForms
Start Property (Line)


C1.Win.Chart.Annotation Namespace > Line Class : Start Property
Gets or sets the start point of line annotation.
Syntax
'Declaration
 
Public Property Start As PointF
'Usage
 
Dim instance As Line
Dim value As PointF
 
instance.Start = value
 
value = instance.Start
public PointF Start {get; set;}
See Also

Reference

Line Class
Line Members