Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / BoxWhiskerSeries Class / ShowInnerPoints Property


In This Topic
ShowInnerPoints Property
In This Topic
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
Remarks
Displays the data points that lie between the lower whisker line and the upper whisker line.
See Also