Interface LabeledDataSetCollection
- All Known Implementing Classes:
CategoryDataSetCollection
,CombinedXYDataSetCollection
,IntervalAndTableXYDataSetCollectionWrapper
,IntervalAndTableXYDataSetCollectionWrapper.IntervalAndTableXYDataSetCollectionWrapperSnapshot
,IntervalDataSetCollection
,IntervalDataSetCollectionWrapper
,IntervalDataSetCollectionWrapper.IntervalDataSetCollectionWrapperSnapshot
,TransformedCategoryDataSetCollection
,TransformedIntervalDataSetCollection
,TransformedXYDataSetCollection
,XYDataSetCollection
public interface LabeledDataSetCollection
Dataset with data point labels.
-
Method Details
-
getLabel
Gets the label for a data point.- Parameters:
series
- series indexitem
- data point index inside specified series- Returns:
- label for specified data point
-