ComponentOne FinancialChart for WPF
C1.WPF.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 Boolean
    'Usage
     
    
    Dim instance As BoxWhisker
    Dim value As Boolean
     
    instance.ShowInnerPoints = value
     
    value = instance.ShowInnerPoints
    public bool ShowInnerPoints {get; set;}
    public:
    property bool ShowInnerPoints {
       bool get();
       void set (    bool value);
    }
    See Also