Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / TreemapSeries Class / Fills Property


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;}
    See Also