[VB] | Public Sub setArrowHead(width As Integer [, height As Integer ]) |
[C#] | public void setArrowHead(int width [, int height ]); |
ChartDirector 5.1 (.NET Edition)
PolarVectorLayer.setArrowHead
Usage
[VB] | Public Sub setArrowHead(width As Integer [, height As Integer ]) |
[C#] | public void setArrowHead(int width [, int height ]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
width | (Mandatory) | The width of the arrow head in pixels. The default width is 8 pixels. |
height | 0 | The height of the arrow head in pixels. 0 means the height is the same as the width. |
Return Value