ChartDirector 7.1 (.NET Edition)

PolarVectorLayer.setArrowHead


Usage

[C#]public void setArrowHead(int width [, int height ]);
[VB]Public Sub setArrowHead(width As Integer [, height As Integer ])

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