Spread for ASP.NET 11 Product Documentation
SmoothedLine Property (XYZLineSeries)


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > XYZLineSeries Class : SmoothedLine Property
Gets or sets whether the line is smoothed (not jagged).
Syntax
'Declaration
 
Public Property SmoothedLine As Boolean
'Usage
 
Dim instance As XYZLineSeries
Dim value As Boolean
 
instance.SmoothedLine = value
 
value = instance.SmoothedLine
public bool SmoothedLine {get; set;}
See Also

Reference

XYZLineSeries Class
XYZLineSeries Members