[VB] | Public Sub setArrowHead2(polygon As Integer()) |
[C#] | public void setArrowHead2(int[] polygon); |
ChartDirector 5.1 (.NET Edition)
PolarVectorLayer.setArrowHead2
Usage
[VB] | Public Sub setArrowHead2(polygon As Integer()) |
[C#] | public void setArrowHead2(int[] polygon); |
Description
Arguments
Argument | Default | Description |
---|---|---|
polygon | (Mandatory) | An array of integers x0, y0, x1, y1, x2, y2 ... representing the coordinates the polygon vertices on a 10 x 10 units grid. |
Return Value