public class Axis extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Axis.AutoRange
Determines whether or not the range of this axis is computed in relation to the input data.
|
static class |
Axis.AxisBuilder |
static class |
Axis.Constrain
If this axis needs to be compressed (either due to its own `scaleanchor` and `scaleratio`
or those of the other axis), determines how that happens: by increasing the "range" (default),
or by decreasing the "domain".
|
static class |
Axis.ConstrainToward
If this axis needs to be compressed (either due to its own `scaleanchor` and `scaleratio`
or those of the other axis), determines which direction we push the originally specified plot area.
|
static class |
Axis.RangeMode
If "normal", the range is computed in relation to the extrema of the input data.
|
static class |
Axis.ScaleAnchor
If set to another axis id (e.g.
|
static class |
Axis.Spikes |
static class |
Axis.Type
Sets the axis type.
|
Modifier and Type | Method and Description |
---|---|
String |
asJavascript() |
static Axis.AxisBuilder |
builder() |
String |
toString() |
public static Axis.AxisBuilder builder()
public String asJavascript()
Copyright © 2018. All rights reserved.