Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / HistogramLine Class / SmoothedLine Property


In This Topic
    SmoothedLine Property (HistogramLine)
    In This Topic
    Get the SmoothedLine.
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property SmoothedLine As Boolean
    'Usage
     
    Dim instance As HistogramLine
    Dim value As Boolean
     
    value = instance.SmoothedLine
    public new bool SmoothedLine {get;}
    See Also