public class ScatterTrace extends AbstractTrace
Modifier and Type | Class and Description |
---|---|
static class |
ScatterTrace.Fill |
static class |
ScatterTrace.Mode |
static class |
ScatterTrace.ScatterBuilder |
AbstractTrace.Visibility
DEFAULT_OPACITY, DEFAULT_SHOW_LEGEND, DEFAULT_VISIBILITY, engine, type
Modifier and Type | Method and Description |
---|---|
String |
asJavascript(int i)
Returns a string of Javascript code that can be used to display the trace in a browser
|
static ScatterTrace.ScatterBuilder |
builder(Column<?> x,
NumericColumn<? extends Number> y) |
static ScatterTrace.ScatterBuilder |
builder(Column<?> x,
NumericColumn<? extends Number> open,
NumericColumn<? extends Number> high,
NumericColumn<? extends Number> low,
NumericColumn<? extends Number> close) |
static ScatterTrace.ScatterBuilder |
builder(DateColumn x,
NumericColumn<? extends Number> y) |
static ScatterTrace.ScatterBuilder |
builder(DateTimeColumn x,
NumericColumn<? extends Number> y) |
static ScatterTrace.ScatterBuilder |
builder(double[] x,
double[] y) |
static ScatterTrace.ScatterBuilder |
builder(TimeColumn x,
NumericColumn<? extends Number> y) |
getContext, hoverLabel, name, showLegend, toString
public static ScatterTrace.ScatterBuilder builder(double[] x, double[] y)
public static ScatterTrace.ScatterBuilder builder(DateColumn x, NumericColumn<? extends Number> y)
public static ScatterTrace.ScatterBuilder builder(Column<?> x, NumericColumn<? extends Number> y)
public static ScatterTrace.ScatterBuilder builder(Column<?> x, NumericColumn<? extends Number> open, NumericColumn<? extends Number> high, NumericColumn<? extends Number> low, NumericColumn<? extends Number> close)
public static ScatterTrace.ScatterBuilder builder(DateTimeColumn x, NumericColumn<? extends Number> y)
public static ScatterTrace.ScatterBuilder builder(TimeColumn x, NumericColumn<? extends Number> y)
Copyright © 2018. All rights reserved.