Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LineSeries Class / SmoothedLine Property


In This Topic
    SmoothedLine Property (LineSeries)
    In This Topic
    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