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


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