public interface XyAxis
This is open source software released under the Apache 2.0 License
| Modifier and Type | Method and Description |
|---|---|
XyAxis |
asDateScale()
Marks this axis as a linear date axis
|
XyAxis |
asLinearScale()
Marks this axis as a linear numeric axis
|
XyAxis |
asLogScale()
Marks this axis as a log scale axis
|
ChartFormat |
format()
Returns the format for this axis
|
ChartLabel |
label()
Returns the label for this axis
|
ChartTextStyle |
ticks()
Returns the style interface for this axis
|
XyAxis |
withRange(com.zavtech.morpheus.util.Bounds<?> range)
Sets the upper and lower bounds for the range of this axis
|
ChartLabel label()
ChartFormat format()
ChartTextStyle ticks()
XyAxis asLogScale()
XyAxis asLinearScale()
XyAxis asDateScale()
XyAxis withRange(com.zavtech.morpheus.util.Bounds<?> range)
range - the range for this axisCopyright 2014-2017, Xavier Witdouck