Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.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
    public bool SmoothedLine {get; set;}
    See Also