'Declaration Public Overrides Function GetDataSeries( _ ByVal included As DataSeriesMask, _ ByVal excluded As DataSeriesMask, _ ByVal forceAlign As Boolean _ ) As DataSeriesCollection
'Usage Dim instance As Series Dim included As DataSeriesMask Dim excluded As DataSeriesMask Dim forceAlign As Boolean Dim value As DataSeriesCollection value = instance.GetDataSeries(included, excluded, forceAlign)
public override DataSeriesCollection GetDataSeries( DataSeriesMask included, DataSeriesMask excluded, bool forceAlign )
Parameters
- included
- a bitmask specifying the included data series
- excluded
- a bitmask specifying the explicitly excluded data series
- forceAlign
- a flag specifying whether the data series included in the collection must be explicitly aligned
Return Value
A DataSeriesCollection object containing the data series.