Gets or sets a value that indicates how straight to make the curves that connect points.
public double Tension { get; set; }
Public Property Tension As Double
An Double value that indicates how straight to make the curves that connect points. Valid values are between 0.0 and 1.0.
This value is used only when Type is RasterCurveType.Standard. Valid values are between 0.0 and 1.0, where 0.0 indicates straight lines, and 1.0 indicates lines with the highest curvature. A typical value for dTension is 0.5.
For an example, refer to RasterCurve.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET