Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / TreemapSeries Class / Fills Property
Example


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