Spread Windows Forms 15.0
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
    public bool ShowInnerPoints {get; set;}
    Remarks
    Displays the data points that lie between the lower whisker line and the upper whisker line.
    See Also