Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / SunburstSeries Class / Borders Property
Example


In This Topic
    Borders Property (SunburstSeries)
    In This Topic
    Gets the collection of borders for the series.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Borders As LineCollection
    'Usage
     
    
    Dim instance As SunburstSeries
    Dim value As LineCollection
     
    value = instance.Borders
    public LineCollection Borders {get;}
    Example
    This example creates a sunburst chart.
    See Also