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
FieldsModifier and TypeFieldDescriptionstatic 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 -
Method Summary
-
Field Details
-
TOP
public static final int TOPThe axis should be drawn at the top of the chart. -
BOTTOM
public static final int BOTTOMThe axis should be drawn at the bottom of the chart. -
LEFT
public static final int LEFTThe axis should be drawn at the left side of the chart. -
RIGHT
public static final int RIGHTThe axis should be drawn at the right side of the chart. -
NONE
public static final int NONENo position makes sense for this axis, or the position is apparent from the axis type.
-
-
Constructor Details
-
JsAxisPosition
public JsAxisPosition()
-