| Modifier and Type | Method and Description |
|---|---|
Axis |
Chart.addXAxis()
Adds an additional x axis.
|
Axis |
Chart.addYAxis()
Adds an additional y axis.
|
Axis |
Chart.getXAxis()
Convenience method for returning the x-axis.
|
Axis |
Chart.getYAxis()
Convenience method for returning the y-axis.
|
| Modifier and Type | Method and Description |
|---|---|
List<Axis> |
ChartInstance.getxAxis() |
List<Axis> |
ChartInstance.getyAxis() |
| Constructor and Description |
|---|
Axis(List<Axis> axes) |
Copyright © 2018 Fujion Framework. All rights reserved.