public interface SeriesContainer
Modifier and Type | Method and Description |
---|---|
int |
domainDimension(Series series)
Gets the index of the dimension whose set of values should be treated as domain of plotted function.
|
java.util.stream.Stream<Series> |
enumSeries()
Enumerates the series associated with this component.
|
java.util.stream.Stream<Series> enumSeries()
int domainDimension(Series series)
series
- A Series in this container.