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


In This Topic
    LineBorders Property (HistogramLine)
    In This Topic
    Line borders
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property LineBorders As LineCollection
    'Usage
     
    Dim instance As HistogramLine
    Dim value As LineCollection
     
    value = instance.LineBorders
    public new LineCollection LineBorders {get;}
    See Also