Class JsAxisType
java.lang.Object
io.deephaven.web.client.api.widget.plot.enums.JsAxisType
@JsType(name="AxisType",
namespace="dh.plot")
@TsTypeDef(tsType="number")
public class JsAxisType
extends Object
A numeric enum indicating the role of an axis within a chart.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIndicates that this axis is used to represent that items when drawn as a point may have a specific colorstatic final intIndicates that this axis is used to represent that items when drawn as a point may have label specified from the underlying datastatic final intIndicates that this axis is used to represent that items when drawn as a point may have a specialized shapestatic final intIndicates that this axis is used to represent that items when drawn as a point may have a specific sizestatic final intIndicates that this is an X-axis, typically drawn on the bottom or top of the chart, depending on position attributestatic final intIndicates that this is a Y-Axis, typically drawn on the left or right of the chart, depending on position attribute -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
X
public static final int XIndicates that this is an X-axis, typically drawn on the bottom or top of the chart, depending on position attribute -
Y
public static final int YIndicates that this is a Y-Axis, typically drawn on the left or right of the chart, depending on position attribute -
SHAPE
public static final int SHAPEIndicates that this axis is used to represent that items when drawn as a point may have a specialized shape -
SIZE
public static final int SIZEIndicates that this axis is used to represent that items when drawn as a point may have a specific size -
LABEL
public static final int LABELIndicates that this axis is used to represent that items when drawn as a point may have label specified from the underlying data -
COLOR
public static final int COLORIndicates that this axis is used to represent that items when drawn as a point may have a specific color
-
-
Constructor Details
-
JsAxisType
public JsAxisType()
-