Class JsMultiSeries
java.lang.Object
io.deephaven.web.client.api.widget.plot.JsMultiSeries
@TsInterface
@TsName(name="MultiSeries",
namespace="dh.plot")
public class JsMultiSeries
extends Object
Describes a template that will be used to make new series instances when a new table added to a plotBy.
-
Constructor Summary
ConstructorsConstructorDescriptionJsMultiSeries
(MultiSeriesDescriptor descriptor, JsFigure figure, Map<String, JsAxis> axes, JsChart parent) -
Method Summary
Modifier and TypeMethodDescriptiongetName()
The name for this multi-series.@com.vertispan.tsdefs.annotations.TsTypeRef(io.deephaven.web.client.api.widget.plot.enums.JsSeriesPlotStyle.class) int
The plotting style to use for the series that will be created.void
initSources
(Map<Integer, JsPartitionedTable> plotHandlesToPartitionedTables)
-
Constructor Details
-
JsMultiSeries
-
-
Method Details
-
initSources
-
getPlotStyle
@JsProperty @TsTypeRef(JsSeriesPlotStyle.class) public @com.vertispan.tsdefs.annotations.TsTypeRef(io.deephaven.web.client.api.widget.plot.enums.JsSeriesPlotStyle.class) int getPlotStyle()The plotting style to use for the series that will be created. See SeriesPlotStyle enum for more details.- Returns:
- int
-
getName
The name for this multi-series.- Returns:
- String
-