Overload List
Adds an Arrow with start and end coordinates.
public Int32 Add(System.Double, System.Double, System.Double, System.Double)
Adds an Arrow with start and end coordinates and label.
public Int32 Add(System.Double, System.Double, System.Double, System.Double, System.String)
Adds an Arrow with start and end coordinates and color.
public Int32 Add(System.Double, System.Double, System.Double, System.Double, System.Drawing.Color)
Adds an Arrow with start and end coordinates, label and color.
public Int32 Add(System.Double, System.Double, System.Double, System.Double, System.String, System.Drawing.Color)
Remarks
The Add function adds a new arrow point to the Series. Returns the position of the Arrow in the list. Positions start at zero.
Each arrow is made of 2 points:
(X0,Y0) The starting arrow point.
(X1,Y1) The arrow head end point.
Label (overload option)
Color (overload option)
See Also
Arrow Class | Arrow Members | Steema.TeeChart.Styles Namespace