Class JsAxisFormatType

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

@JsType(name="AxisFormatType", namespace="dh.plot") @TsTypeDef(tsType="number") public class JsAxisFormatType extends Object
A numeric enum indicating how axis values are interpreted for formatting and display.
  • Field Details

    • CATEGORY

      public static final int CATEGORY
      Indicates that this axis will have discrete values rather than be on a continuous numeric axis.
    • NUMBER

      public static final int NUMBER
      Indicates that the values are numeric, and should be plotted on a continuous axis.
  • Constructor Details

    • JsAxisFormatType

      public JsAxisFormatType()