Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ClusteredBoxWhiskerSeries Class / Series Property


In This Topic
Series Property (ClusteredBoxWhiskerSeries)
In This Topic
Gets the collection of bar series.
Syntax
'Declaration
 
Public ReadOnly Property Series As BoxWhiskerSeriesCollection
 
'Usage
 
Dim instance As ClusteredBoxWhiskerSeries
Dim value As BoxWhiskerSeriesCollection
 
value = instance.Series
See Also