Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / BoxWhiskerSeries Class / ShowMeanLine Property


In This Topic
    ShowMeanLine Property
    In This Topic
    Gets or sets whether to display the line connecting the means of the boxes in the selected series.
    Syntax
    'Declaration
     
    
    Public Property ShowMeanLine As Boolean
    'Usage
     
    
    Dim instance As BoxWhiskerSeries
    Dim value As Boolean
     
    instance.ShowMeanLine = value
     
    value = instance.ShowMeanLine
    public bool ShowMeanLine {get; set;}
    Remarks
    Displays the line connecting the means of the boxes in the selected series.
    See Also