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

Sets the size of the arrow head.

Arguments

ArgumentDefaultDescription
width(Mandatory)The width of the arrow head in pixels. The default width is 8 pixels.
height0The height of the arrow head in pixels. 0 means the height is the same as the width.

Return Value

None