Spread for ASP.NET 12 Product Documentation
ShowMeanMarkers Property


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > BoxWhiskerSeries Class : ShowMeanMarkers Property
Gets or sets whether to show the mean makers.
Syntax
'Declaration
 
Public Property ShowMeanMarkers As Boolean
'Usage
 
Dim instance As BoxWhiskerSeries
Dim value As Boolean
 
instance.ShowMeanMarkers = value
 
value = instance.ShowMeanMarkers
public bool ShowMeanMarkers {get; set;}
Remarks
Displays the mean marker of the selected series.
See Also

Reference

BoxWhiskerSeries Class
BoxWhiskerSeries Members