Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / BoxWhiskerSeries Class / ShowMeanMarkers Property


In This Topic
ShowMeanMarkers Property
In This Topic
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
Remarks
Displays the mean marker of the selected series.
See Also