Class SeriesCollection.SeriesDescription

java.lang.Object
io.deephaven.plot.SeriesCollection.SeriesDescription
All Implemented Interfaces:
Serializable
Enclosing class:
SeriesCollection

public static class SeriesCollection.SeriesDescription extends Object implements Serializable
Description of a data series.
See Also:
  • Method Details

    • getType

      public SeriesCollection.SeriesType getType()
      Gets the type of data series.
      Returns:
      type of data series.
    • isMultiSeries

      public boolean isMultiSeries()
      True if the series is a multiseries. False otherwise.
      Returns:
      true if the series is a multiseries. False otherwise.
    • getSeries

      public SeriesInternal getSeries()
      Gets the data series.
      Returns:
      data series.