Class JsAxisDescriptor
java.lang.Object
io.deephaven.web.client.api.widget.plot.JsAxisDescriptor
-
Field Summary
FieldsModifier and TypeFieldDescription@JsNullable String
@JsNullable String
@jsinterop.annotations.JsNullable double
@jsinterop.annotations.JsNullable boolean
@jsinterop.annotations.JsNullable boolean
@JsNullable String
@JsNullable String
@jsinterop.annotations.JsNullable boolean
@JsNullable elemental2.core.JsArray<Double>
@jsinterop.annotations.JsNullable boolean
@jsinterop.annotations.JsNullable double
@jsinterop.annotations.JsNullable int
@jsinterop.annotations.JsNullable boolean
@jsinterop.annotations.JsNullable double
@jsinterop.annotations.JsNullable double
@JsNullable String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
formatType
-
type
-
position
-
log
public @jsinterop.annotations.JsNullable boolean log -
label
-
labelFont
-
ticksFont
-
formatPattern
-
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
-
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
-