ComponentOne FlexChart for WinForms
ShowOutliers Property


C1.Win.Chart Namespace > BoxWhisker Class : ShowOutliers Property
Gets or sets a value that determines whether to show the outliers for the Box-whisker series.
Syntax
'Declaration
 
Public Property ShowOutliers As Boolean
'Usage
 
Dim instance As BoxWhisker
Dim value As Boolean
 
instance.ShowOutliers = value
 
value = instance.ShowOutliers
public bool ShowOutliers {get; set;}
See Also

Reference

BoxWhisker Class
BoxWhisker Members