Package io.deephaven.plot
Class SeriesCollection.SeriesDescription
java.lang.Object
io.deephaven.plot.SeriesCollection.SeriesDescription
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SeriesCollection
Description of a data series.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets the data series.getType()
Gets the type of data series.boolean
True if the series is a multiseries.
-
Method Details
-
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
Gets the data series.- Returns:
- data series.
-