FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYLineSeries Class / SmoothedLine Property


In This Topic
SmoothedLine Property (XYLineSeries)
In This Topic
Gets or sets whether the line is smoothed (not jagged).
Syntax
'Declaration
 
Public Property SmoothedLine As Boolean
 
'Usage
 
Dim instance As XYLineSeries
Dim value As Boolean
 
instance.SmoothedLine = value
 
value = instance.SmoothedLine
See Also