ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart Namespace / BoxWhisker Class / ShowOutliers Property

In This Topic
    ShowOutliers Property
    In This Topic
    Gets or sets a value that determines whether to show the outliers for the Box-whisker series.
    Syntax
    'Declaration
     
    Public Property ShowOutliers As System.Boolean
    public System.bool ShowOutliers {get; set;}
    See Also