Class JsSeriesDescriptor
java.lang.Object
io.deephaven.web.client.api.widget.plot.JsSeriesDescriptor
@JsType(name="SeriesDescriptor",
namespace="dh.plot")
public class JsSeriesDescriptor
extends Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionelemental2.core.JsArray<JsSourceDescriptor>
@JsNullable Boolean
@JsNullable String
@JsNullable Boolean
@JsNullable String
@JsNullable String
@JsNullable String
@JsNullable String
@JsNullable String
@JsNullable Double
@JsNullable Boolean
@JsNullable String
@JsNullable String
-
Constructor Summary
ConstructorsConstructorDescriptionJsSeriesDescriptor
(jsinterop.base.JsPropertyMap<Object> source, Map<Object, JsAxisDescriptor> axisMap) -
Method Summary
-
Field Details
-
plotStyle
-
name
-
linesVisible
-
shapesVisible
-
gradientVisible
-
lineColor
-
pointLabelFormat
-
xToolTipPattern
-
yToolTipPattern
-
shapeLabel
-
shapeSize
-
shapeColor
-
shape
-
dataSources
-
-
Constructor Details
-
JsSeriesDescriptor
@JsConstructor public JsSeriesDescriptor() -
JsSeriesDescriptor
@JsIgnore public JsSeriesDescriptor(jsinterop.base.JsPropertyMap<Object> source, Map<Object, JsAxisDescriptor> axisMap)
-