[C#] | public void setArrowAlignment(int alignment); |
[VB] | Public Sub setArrowAlignment(alignment As Integer) |
ChartDirector 7.1 (.NET Edition)
VectorLayer.
Usage
[C#] | public void setArrowAlignment(int alignment); |
[VB] | Public Sub setArrowAlignment(alignment As Integer) |
Description
Arguments
Argument | Default | Description |
---|---|---|
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