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 Summary

    Modifier and Type Method Description
    String getLabel​(int series, int item)
    Gets the label for a data point.
  • Method Details

    • getLabel

      String getLabel​(int series, int item)
      Gets the label for a data point.
      Parameters:
      series - series index
      item - data point index inside specified series
      Returns:
      label for specified data point