Class JsAxisPosition

java.lang.Object
io.deephaven.web.client.api.widget.plot.enums.JsAxisPosition

@JsType(name="AxisPosition", namespace="dh.plot") @TsTypeDef(tsType="number") public class JsAxisPosition extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The axis should be drawn at the bottom of the chart.
    static final int
    The axis should be drawn at the left side of the chart.
    static final int
    No position makes sense for this axis, or the position is apparent from the axis type.
    static final int
    The axis should be drawn at the right side of the chart.
    static final int
    The axis should be drawn at the top of the chart.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • TOP

      public static final int TOP
      The axis should be drawn at the top of the chart.
    • BOTTOM

      public static final int BOTTOM
      The axis should be drawn at the bottom of the chart.
    • LEFT

      public static final int LEFT
      The axis should be drawn at the left side of the chart.
    • NONE

      public static final int NONE
      No position makes sense for this axis, or the position is apparent from the axis type.
  • Constructor Details

    • JsAxisPosition

      public JsAxisPosition()