ComponentOne FlexChart for WinForms
ShowMeanMarks Property


C1.Win.Chart Namespace > BoxWhisker Class : ShowMeanMarks Property
Gets or sets a value that determines whether to show the mean marker for the Box-whisker series.
Syntax
'Declaration
 
Public Property ShowMeanMarks As Boolean
'Usage
 
Dim instance As BoxWhisker
Dim value As Boolean
 
instance.ShowMeanMarks = value
 
value = instance.ShowMeanMarks
public bool ShowMeanMarks {get; set;}
See Also

Reference

BoxWhisker Class
BoxWhisker Members