ComponentOne FlexChart for WinForms
End Property (Line)


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

Reference

Line Class
Line Members