Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / WaterfallSeries Class / Fills Property
Example


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