Spread for ASP.NET 12 Product Documentation
SmoothedLine Property (LineSeries)


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

Reference

LineSeries Class
LineSeries Members