ChartDirector 5.1 (.NET Edition)

PolarVectorLayer.setArrowAlignment


Usage

[VB] Public Sub setArrowAlignment(alignment As Integer)
[C#] public void setArrowAlignment(int alignment);

Description

Sets the alignment of the vector relative to the data point.

Arguments

ArgumentDefaultDescription
alignment(Mandatory)A BottomCenter value means the vector will point away from the data point (the default). A TopCenter value means the vector will point into the data point. A Center value means the center of the vector will be at the data point.

Return Value

None