Class JsAxisDescriptor

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

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

    • formatType

      public String formatType
    • type

      public String type
    • position

      public String position
    • log

      public @jsinterop.annotations.JsNullable boolean log
    • label

      public @JsNullable String label
    • labelFont

      public @JsNullable String labelFont
    • ticksFont

      public @JsNullable String ticksFont
    • formatPattern

      public @JsNullable String formatPattern
    • color

      public @JsNullable String color
    • minRange

      public @jsinterop.annotations.JsNullable double minRange
    • maxRange

      public @jsinterop.annotations.JsNullable double maxRange
    • minorTicksVisible

      public @jsinterop.annotations.JsNullable boolean minorTicksVisible
    • majorTicksVisible

      public @jsinterop.annotations.JsNullable boolean majorTicksVisible
    • minorTickCount

      public @jsinterop.annotations.JsNullable int minorTickCount
    • gapBetweenMajorTicks

      public @jsinterop.annotations.JsNullable double gapBetweenMajorTicks
    • majorTickLocations

      public @JsNullable elemental2.core.JsArray<Double> majorTickLocations
    • tickLabelAngle

      public @jsinterop.annotations.JsNullable double tickLabelAngle
    • invert

      public @jsinterop.annotations.JsNullable boolean invert
    • isTimeAxis

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

    • JsAxisDescriptor

      @JsConstructor public JsAxisDescriptor()
    • JsAxisDescriptor

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