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