Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / BoxWhiskerSeries Class / ShowMeanMarkers Property


In This Topic
    ShowMeanMarkers Property
    In This Topic
    Gets or sets whether to show the mean makers.
    Syntax
    'Declaration
     
    
    Public Property ShowMeanMarkers As Boolean
    'Usage
     
    
    Dim instance As BoxWhiskerSeries
    Dim value As Boolean
     
    instance.ShowMeanMarkers = value
     
    value = instance.ShowMeanMarkers
    public bool ShowMeanMarkers {get; set;}
    Remarks
    Displays the mean marker of the selected series.
    See Also