Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / ClusteredBoxWhiskerSeries Class / ClusteredBoxWhiskerSeries Constructor / ClusteredBoxWhiskerSeries Constructor()
Example


In This Topic
    ClusteredBoxWhiskerSeries Constructor()
    In This Topic
    Creates a new series.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New ClusteredBoxWhiskerSeries()
    public ClusteredBoxWhiskerSeries()
    Example
    This example creates a box whisker chart.
    See Also