.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Series Class : SplineTensionPercent Property
SplineTensionPercent Property
Gets or sets a value between 0 and 100 that specifies the tension of a spline curve.
Syntax
'Declaration
 
Public Property SplineTensionPercent As Integer
'Usage
 
Dim instance As Series
Dim value As Integer
 
instance.SplineTensionPercent = value
 
value = instance.SplineTensionPercent
public int SplineTensionPercent {get; set;}
Example
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also