Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / BoxWhiskerSeries Class / ShowMeanMarkers Property
Example


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.
    Example
    This example displays a box whisker chart.
    See Also