Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IBoxWhiskerOptions Interface / ShowOutlierPoints Property


In This Topic
    ShowOutlierPoints Property
    In This Topic
    Gets or sets a value indicating whether outlier points are shown in a box and whisker chart.
    Syntax
    'Declaration
     
    Property ShowOutlierPoints As Boolean
    'Usage
     
    Dim instance As IBoxWhiskerOptions
    Dim value As Boolean
     
    instance.ShowOutlierPoints = value
     
    value = instance.ShowOutlierPoints
    bool ShowOutlierPoints {get; set;}
    See Also