| Package | Description |
|---|---|
| com.sencha.gxt.chart.client.chart | |
| com.sencha.gxt.chart.client.chart.axis | |
| com.sencha.gxt.chart.client.chart.series |
| Modifier and Type | Method and Description |
|---|---|
Chart<M> |
Legend.getChart()
Returns the chart that the legend is attached.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Legend.setChart(Chart<M> chart)
Sets the chart that the legend is attached.
|
| Modifier and Type | Method and Description |
|---|---|
Chart<M> |
Axis.getChart()
Returns the chart that the axis is currently attached.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Axis.setChart(Chart<M> chart)
Sets the chart that the axis is attached.
|
| Modifier and Type | Method and Description |
|---|---|
Chart<M> |
Series.getChart()
Returns the chart that the series is attached.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Series.setChart(Chart<M> chart)
Sets the chart that the series is attached.
|
Copyright © 2014. All Rights Reserved.