Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / HighLowBarSeries Class / BarFills Property


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