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

In This Topic
    ShowOutliers Property (BoxWhisker)
    In This Topic
    Gets or sets a value that determines whether to show the outliers for the Box-whisker series.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("BoxWhisker.ShowOutliers", "Gets or sets a value that determines whether to show the outliers for the Box-whisker series.")>
    Public Property ShowOutliers As Boolean
    [C1Description("BoxWhisker.ShowOutliers", "Gets or sets a value that determines whether to show the outliers for the Box-whisker series.")]
    public bool ShowOutliers {get; set;}
    See Also