Package | Description |
---|---|
org.swtchart | |
org.swtchart.internal.axis |
Modifier and Type | Method and Description |
---|---|
IAxis[] |
IAxisSet.getAxes()
Gets the array of all axes.
|
IAxis[] |
IAxisSet.getXAxes()
Gets the array of X axes.
|
IAxis |
IAxisSet.getXAxis(int id)
Gets the X axis for the given id.
|
IAxis[] |
IAxisSet.getYAxes()
Gets the array of Y axes.
|
IAxis |
IAxisSet.getYAxis(int id)
Gets the Y axis for given index.
|
Modifier and Type | Class and Description |
---|---|
class |
Axis
An axis.
|
Modifier and Type | Method and Description |
---|---|
IAxis[] |
AxisSet.getAxes() |
IAxis[] |
AxisSet.getXAxes() |
IAxis |
AxisSet.getXAxis(int id) |
IAxis[] |
AxisSet.getYAxes() |
IAxis |
AxisSet.getYAxis(int id) |
Copyright © 2015. All Rights Reserved.