Class JsChartDescriptor
java.lang.Object
io.deephaven.web.client.api.widget.plot.JsChartDescriptor
-
Field Summary
FieldsModifier and TypeFieldDescriptionelemental2.core.JsArray<JsAxisDescriptor>
@jsinterop.annotations.JsNullable int
@jsinterop.annotations.JsNullable boolean
@JsNullable String
@JsNullable String
@jsinterop.annotations.JsNullable int
elemental2.core.JsArray<JsSeriesDescriptor>
@jsinterop.annotations.JsNullable boolean
@JsNullable String
@JsNullable String
@JsNullable String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
colspan
public @jsinterop.annotations.JsNullable int colspan -
rowspan
public @jsinterop.annotations.JsNullable int rowspan -
series
-
axes
-
chartType
-
title
-
titleFont
-
titleColor
-
showLegend
public @jsinterop.annotations.JsNullable boolean showLegend -
legendFont
-
legendColor
-
is3d
public @jsinterop.annotations.JsNullable boolean is3d
-
-
Constructor Details
-
JsChartDescriptor
@JsConstructor public JsChartDescriptor() -
JsChartDescriptor
-