'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("The polyline tension.")> <System.ComponentModel.DefaultValueAttribute(0.5)> Public Property CurveTension As System.Single
'Usage
Dim instance As NLineSeries Dim value As System.Single instance.CurveTension = value value = instance.CurveTension
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("The polyline tension.")] [System.ComponentModel.DefaultValue(0.5)] public System.float CurveTension {get; set;}