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


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