ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / BoxWhisker Class / ShowMeanLine Property



In This Topic
    ShowMeanLine Property
    In This Topic
    Gets or sets a value that determines whether to show the mean line for the Box-whisker series.
    Syntax
    'Declaration
     
    
    Public Property ShowMeanLine As Boolean
    'Usage
     
    
    Dim instance As BoxWhisker
    Dim value As Boolean
     
    instance.ShowMeanLine = value
     
    value = instance.ShowMeanLine
    public bool ShowMeanLine {get; set;}
    public:
    property bool ShowMeanLine {
       bool get();
       void set (    bool value);
    }
    See Also