ComponentOne FinancialChart for WPF
Start Property (Line)



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

Reference

Line Class
Line Members