[VB] | Public Sub setTension(tension As Double) |
[C#] | public void setTension(double tension); |
ChartDirector 5.1 (.NET Edition)
SplineLayer.setTension
Usage
[VB] | Public Sub setTension(tension As Double) |
[C#] | public void setTension(double tension); |
Description
Arguments
Argument | Default | Description |
---|---|---|
tension | (Mandatory) | The tension of the spline, which should be between -1 and 1. |
Return Value