ComponentOne FlexChart for WinForms
ShowInnerPoints Property


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

Reference

BoxWhisker Class
BoxWhisker Members