|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Axis | |
|---|---|
| com.sencha.gxt.chart.client.chart | |
| com.sencha.gxt.chart.client.chart.axis | |
| Uses of Axis in com.sencha.gxt.chart.client.chart |
|---|
| Methods in com.sencha.gxt.chart.client.chart that return Axis | |
|---|---|
Axis<M,?> |
Chart.getAxis(Chart.Position position)
Returns the Axis at the given Chart.Position. |
Axis<M,?> |
Chart.removeAxis(Axis<M,?> axis)
Removes the Axis from the chart. |
Axis<M,?> |
Chart.removeAxis(Chart.Position position)
Removes the Axis at the given Chart.Position from the chart. |
| Methods in com.sencha.gxt.chart.client.chart that return types with arguments of type Axis | |
|---|---|
Map<Chart.Position,Axis<M,?>> |
Chart.getAxes()
Returns the map of axes currently added to the chart. |
| Methods in com.sencha.gxt.chart.client.chart with parameters of type Axis | |
|---|---|
void |
Chart.addAxis(Axis<M,?> axis)
Adds an axis to the chart. |
Axis<M,?> |
Chart.removeAxis(Axis<M,?> axis)
Removes the Axis from the chart. |
| Uses of Axis in com.sencha.gxt.chart.client.chart.axis |
|---|
| Subclasses of Axis in com.sencha.gxt.chart.client.chart.axis | |
|---|---|
class |
CartesianAxis<M,V>
An axis in Cartesian coordinates. |
class |
CategoryAxis<M,V>
A type of axis that displays items in categories. |
class |
GaugeAxis<M>
Axis to be used with GaugeSeries. |
class |
NumericAxis<M>
An axis to handle numeric values. |
class |
RadialAxis<M,V>
Axis to be used with RadarSeries. |
class |
TimeAxis<M>
A type of axis whose units are measured in time values. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||