ShowInnerPoints Property (BoxWhisker<T>)
In This Topic
Gets or sets a value that determines whether to show the inner points for the Box and Whisker chart.
Syntax
'Declaration
Public Property ShowInnerPoints As Boolean
public bool ShowInnerPoints {get; set;}
See Also