Class JsSourceType
java.lang.Object
io.deephaven.web.client.api.widget.plot.enums.JsSourceType
@JsType(name="SourceType",
namespace="dh.plot")
@TsTypeDef(tsType="number")
public class JsSourceType
extends Object
This enum describes the source it is in, and how this aspect of the data in the series should be used to render the
item. For example, a point in a error-bar plot might have a X value, three Y values (Y, Y_LOW, Y_HIGH), and some
COLOR per item - the three SeriesDataSources all would share the same Axis instance, but would have different
SourceType enums set. The exact meaning of each source type will depend on the series that they are in.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intOHLCstatic final intstatic final intOHLCstatic final intstatic final intstatic final intOHLCstatic final intOHLCstatic final intstatic final intstatic final intstatic final intstatic final intOHLCstatic final intLINE, AREA, STACKED_LINE, STACKED_AREA, ERROR_BAR, HISTOGRAM, SCATTER, STEP.static final intERROR_BAR, HISTOGRAMstatic final intERROR_BAR, HISTOGRAMstatic final intLINE, AREA, STACKED_LINE, STACKED_AREA, ERROR_BAR, HISTOGRAM, SCATTER, STEP.static final intERROR_BAR, HISTOGRAMstatic final intERROR_BAR, HISTOGRAMstatic final intSTACKED_AREA, SCATTER -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
X
public static final int XLINE, AREA, STACKED_LINE, STACKED_AREA, ERROR_BAR, HISTOGRAM, SCATTER, STEP. Also used in PIE, but only to identify the correct axis. -
Y
public static final int YLINE, AREA, STACKED_LINE, STACKED_AREA, ERROR_BAR, HISTOGRAM, SCATTER, STEP. Also used in PIE, but only to identify the correct axis. -
Z
public static final int ZSTACKED_AREA, SCATTER -
X_LOW
public static final int X_LOWERROR_BAR, HISTOGRAM -
X_HIGH
public static final int X_HIGHERROR_BAR, HISTOGRAM -
Y_LOW
public static final int Y_LOWERROR_BAR, HISTOGRAM -
Y_HIGH
public static final int Y_HIGHERROR_BAR, HISTOGRAM -
TIME
public static final int TIMEOHLC -
OPEN
public static final int OPENOHLC -
HIGH
public static final int HIGHOHLC -
LOW
public static final int LOWOHLC -
CLOSE
public static final int CLOSEOHLC -
SHAPE
public static final int SHAPE -
SIZE
public static final int SIZE -
LABEL
public static final int LABEL -
COLOR
public static final int COLOR -
PARENT
public static final int PARENT -
TEXT
public static final int TEXT -
HOVER_TEXT
public static final int HOVER_TEXT
-
-
Constructor Details
-
JsSourceType
public JsSourceType()
-