-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum YAxis.AxisDependencyEnum that specifies the axis a DataSet should be plotted against, either LEFT or RIGHT.
-
-
Method Summary
Modifier and Type Method Description static Array<YAxis.AxisDependency>values()static YAxis.AxisDependencyvalueOf(String name)-
-
Method Detail
-
values
static Array<YAxis.AxisDependency> values()
-
valueOf
static YAxis.AxisDependency valueOf(String name)
-
-
-
-