Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IBoxWhiskerOptions Interface / ShowMeanLine Property


In This Topic
    ShowMeanLine Property
    In This Topic
    Gets or sets a value indicating whether the mean line is shown in a box and whisker chart.
    Syntax
    'Declaration
     
    Property ShowMeanLine As Boolean
    'Usage
     
    Dim instance As IBoxWhiskerOptions
    Dim value As Boolean
     
    instance.ShowMeanLine = value
     
    value = instance.ShowMeanLine
    bool ShowMeanLine {get; set;}
    See Also