Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / BarSeries Class / BarFills Property
Example


In This Topic
    BarFills Property (BarSeries)
    In This Topic
    Gets the collection of bar fills for the series.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property BarFills As FillCollection
    'Usage
     
    
    Dim instance As BarSeries
    Dim value As FillCollection
     
    value = instance.BarFills
    public FillCollection BarFills {get;}
    Example
    This example sets the BarFills property.
    See Also