Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / ClusteredBoxWhiskerSeries Class
Members


In This Topic
    ClusteredBoxWhiskerSeries Class
    In This Topic
    Represents a clustered group of bar series in a Y plot area.
    Object Model
    ClusteredBoxWhiskerSeries ClassStringCollection ClassLine ClassFill ClassFill ClassBoxWhiskerSeriesCollection ClassBoxWhiskerSeries Class
    Syntax
    'Declaration
     
    
    Public Class ClusteredBoxWhiskerSeries 
       Inherits YSeries
       Implements ICompositeSeries 
    'Usage
     
    
    Dim instance As ClusteredBoxWhiskerSeries
    public class ClusteredBoxWhiskerSeries : YSeries, ICompositeSeries  
    Inheritance Hierarchy

    System.Object
       FarPoint.Web.Chart.Series
          FarPoint.Web.Chart.YSeries
             FarPoint.Web.Chart.ClusteredBoxWhiskerSeries

    See Also