ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart Namespace / BoxWhisker Class / ShowInnerPoints Property

In This Topic
    ShowInnerPoints Property
    In This Topic
    Gets or sets a value that determines whether to show the inner points for the Box-whisker series.
    Syntax
    'Declaration
     
    Public Property ShowInnerPoints As System.Boolean
    public System.bool ShowInnerPoints {get; set;}
    See Also