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 Details

  • Method Details

    • initSources

      public void initSources(Map<Integer,JsPartitionedTable> plotHandlesToPartitionedTables)
    • 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

      @JsProperty public String getName()
      The name for this multi-series.
      Returns:
      String