Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / BoxWhiskerSeries Class / ShowOutlierPoints Property


In This Topic
    ShowOutlierPoints Property
    In This Topic
    Gets or sets whether to show the outlier points.
    Syntax
    'Declaration
     
    
    Public Property ShowOutlierPoints As Boolean
    'Usage
     
    
    Dim instance As BoxWhiskerSeries
    Dim value As Boolean
     
    instance.ShowOutlierPoints = value
     
    value = instance.ShowOutlierPoints
    public bool ShowOutlierPoints {get; set;}
    Remarks
    Displays the outlier points that lie either below the lower whisker line or above the upper whisker line.
    See Also