Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / BarSeries Class / BarBorders Property
Example


In This Topic
    BarBorders Property (BarSeries)
    In This Topic
    Gets the collection of bar borders for the series.
    Syntax
    'Declaration
     
    Public ReadOnly Property BarBorders As LineCollection
    'Usage
     
    Dim instance As BarSeries
    Dim value As LineCollection
     
    value = instance.BarBorders
    public LineCollection BarBorders {get;}
    Example
    This example sets the BarBorders property.
    See Also