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


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