ChartDirector 7.1 (C++ Edition)

VectorLayer.setArrowAlignment


Usage

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