Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / BoxWhiskerSeries Class / ShowMeanLine Property
Example


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