Spread WinForms 15
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
Remarks
Displays the outlier points that lie either below the lower whisker line or above the upper whisker line.
See Also