Spread for ASP.NET 12 Product Documentation
ShowMeanLine Property


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > BoxWhiskerSeries Class : ShowMeanLine Property
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.
See Also

Reference

BoxWhiskerSeries Class
BoxWhiskerSeries Members