ShowMeanLine Property (BoxWhisker)
In This Topic
Gets or sets a value that determines whether to show the mean line for the Box-whisker series.
Syntax
'Declaration
<C1DescriptionAttribute("BoxWhisker.ShowMeanLine", "Gets or sets a value that determines whether to show the mean line for the Box-whisker series.")>
Public Property ShowMeanLine As Boolean
[C1Description("BoxWhisker.ShowMeanLine", "Gets or sets a value that determines whether to show the mean line for the Box-whisker series.")]
public bool ShowMeanLine {get; set;}
See Also