Spread for ASP.NET 12 Product Documentation
ShowOutlierPoints Property


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > BoxWhiskerSeries Class : ShowOutlierPoints Property
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

Reference

BoxWhiskerSeries Class
BoxWhiskerSeries Members