Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / AreaSeries Class / AreaBorders Property
Example


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