ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / BoxWhisker Class
Members

In This Topic
    BoxWhisker Class
    In This Topic
    Represents a Box-whisker series of FlexChart.
    Object Model
    BoxWhisker ClassChartStyle ClassAxis ClassAxis ClassDataLabel ClassChartStyle ClassChartStyle Class
    Syntax
    'Declaration
     
    
    Public Class BoxWhisker 
       Inherits Series
    public class BoxWhisker : Series 
    Remarks
    The BoxWhisker series is normally used to compare distributions between different sets of numerical data.
    Inheritance Hierarchy

    System.Object
       C1.Chart.SeriesBase
          C1.Win.Chart.Series
             C1.Win.Chart.BoxWhisker

    See Also