Class SeriesDataSource
java.lang.Object
io.deephaven.web.client.api.widget.plot.SeriesDataSource
Describes how to access and display data required within a series.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAxis()
the axis that this source should be drawn on.the type of data stored in the underlying table's Column.@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.void
initColumnType
(Map<Integer, JsTable> tables)
-
Constructor Details
-
SeriesDataSource
-
-
Method Details
-
initColumnType
-
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
the type of data stored in the underlying table's Column.- Returns:
- String
-
getDescriptor
-