Class JsChartDescriptor

java.lang.Object
io.deephaven.web.client.api.widget.plot.JsChartDescriptor

@JsType(name="ChartDescriptor", namespace="dh.plot") public class JsChartDescriptor extends Object
  • Field Details

    • colspan

      public @jsinterop.annotations.JsNullable int colspan
    • rowspan

      public @jsinterop.annotations.JsNullable int rowspan
    • series

      public elemental2.core.JsArray<JsSeriesDescriptor> series
    • axes

      public elemental2.core.JsArray<JsAxisDescriptor> axes
    • chartType

      public String chartType
    • title

      public @JsNullable String title
    • titleFont

      public @JsNullable String titleFont
    • titleColor

      public @JsNullable String titleColor
    • showLegend

      public @jsinterop.annotations.JsNullable boolean showLegend
    • legendFont

      public @JsNullable String legendFont
    • legendColor

      public @JsNullable String legendColor
    • is3d

      public @jsinterop.annotations.JsNullable boolean is3d
  • Constructor Details

    • JsChartDescriptor

      @JsConstructor public JsChartDescriptor()
    • JsChartDescriptor

      @JsIgnore public JsChartDescriptor(jsinterop.base.JsPropertyMap<Object> source)