Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / HistogramLine Class / PointBorders Property


In This Topic
    PointBorders Property (HistogramLine)
    In This Topic
    Point borders
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property PointBorders As LineCollection
    'Usage
     
    
    Dim instance As HistogramLine
    Dim value As LineCollection
     
    value = instance.PointBorders
    public override LineCollection PointBorders {get;}
    See Also