Class SeriesDataSource

java.lang.Object
io.deephaven.web.client.api.widget.plot.SeriesDataSource

@TsInterface @TsName(namespace="dh.plot") public class SeriesDataSource extends Object
Describes how to access and display data required within a series.
  • Constructor Details

  • Method Details

    • initColumnType

      public void initColumnType(Map<Integer,JsTable> tables)
    • getAxis

      @JsProperty public JsAxis getAxis()
      the axis that this source should be drawn on.
      Returns:
      dh.plot.Axis
    • getType

      @JsProperty @TsTypeRef(JsSourceType.class) public @com.vertispan.tsdefs.annotations.TsTypeRef(io.deephaven.web.client.api.widget.plot.enums.JsSourceType.class) int getType()
      the feature of this series represented by this source. See the SourceType enum for more details.
      Returns:
      int
    • getColumnType

      @JsProperty public String getColumnType()
      the type of data stored in the underlying table's Column.
      Returns:
      String
    • getDescriptor

      public SourceDescriptor getDescriptor()