FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.WPF.Chart Namespace / BoxWhisker Class
Members

In This Topic
    BoxWhisker Class
    In This Topic
    Represents a Box-whisker series of FlexChart.
    Object Model
    BoxWhisker 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
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.WPF.Chart.Series
                C1.WPF.Chart.BoxWhisker

    See Also