Spread for ASP.NET 12 Product Documentation
ShowInnerPoints Property


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > BoxWhiskerSeries Class : ShowInnerPoints Property
Gets or sets whether to show the inner points.
Syntax
'Declaration
 
Public Property ShowInnerPoints As Boolean
'Usage
 
Dim instance As BoxWhiskerSeries
Dim value As Boolean
 
instance.ShowInnerPoints = value
 
value = instance.ShowInnerPoints
public bool ShowInnerPoints {get; set;}
Remarks
Displays the data points that lie between the lower whisker line and the upper whisker line.
See Also

Reference

BoxWhiskerSeries Class
BoxWhiskerSeries Members