|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Chart.Position | |
|---|---|
| com.sencha.gxt.chart.client.chart | |
| com.sencha.gxt.chart.client.chart.axis | |
| com.sencha.gxt.chart.client.chart.series | |
| Uses of Chart.Position in com.sencha.gxt.chart.client.chart |
|---|
| Methods in com.sencha.gxt.chart.client.chart that return Chart.Position | |
|---|---|
Chart.Position |
Legend.getPosition()
Returns the position of the legend. |
static Chart.Position |
Chart.Position.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Chart.Position[] |
Chart.Position.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.sencha.gxt.chart.client.chart that return types with arguments of type Chart.Position | |
|---|---|
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 Chart.Position | |
|---|---|
Axis<M,?> |
Chart.getAxis(Chart.Position position)
Returns the Axis at the given Chart.Position. |
Axis<M,?> |
Chart.removeAxis(Chart.Position position)
Removes the Axis at the given Chart.Position from the chart. |
void |
Legend.setPosition(Chart.Position position)
Sets the position of the legend. |
| Uses of Chart.Position in com.sencha.gxt.chart.client.chart.axis |
|---|
| Methods in com.sencha.gxt.chart.client.chart.axis that return Chart.Position | |
|---|---|
Chart.Position |
RadialAxis.getPosition()
|
Chart.Position |
GaugeAxis.getPosition()
|
Chart.Position |
CartesianAxis.getPosition()
|
abstract Chart.Position |
Axis.getPosition()
Returns the Chart.Position of the axis. |
| Methods in com.sencha.gxt.chart.client.chart.axis with parameters of type Chart.Position | |
|---|---|
void |
CartesianAxis.setPosition(Chart.Position position)
Sets the Chart.Position of the axis. |
| Uses of Chart.Position in com.sencha.gxt.chart.client.chart.series |
|---|
| Methods in com.sencha.gxt.chart.client.chart.series that return Chart.Position | |
|---|---|
Chart.Position |
Series.getYAxisPosition()
Returns the y axis position of the series. |
| Methods in com.sencha.gxt.chart.client.chart.series with parameters of type Chart.Position | |
|---|---|
void |
Series.setYAxisPosition(Chart.Position yAxisPosition)
Sets the position of the y axis on the chart to be used by the series. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||