Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / ClusteredBoxWhiskerSeries Class / Series Property


In This Topic
    Series Property (ClusteredBoxWhiskerSeries)
    In This Topic
    Gets the collection of bar series.
    Syntax
    'Declaration
     
    Public ReadOnly Property Series As BoxWhiskerSeriesCollection
    'Usage
     
    Dim instance As ClusteredBoxWhiskerSeries
    Dim value As BoxWhiskerSeriesCollection
     
    value = instance.Series
    public BoxWhiskerSeriesCollection Series {get;}
    See Also