| Package | Description |
|---|---|
| com.sencha.gxt.chart.client.chart |
| Modifier and Type | Method and Description |
|---|---|
Legend<M> |
Chart.getLegend()
Returns the legend of the chart.
|
Legend<M> |
LegendItem.getLegend()
Returns the legend that the item is attached.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Chart.setLegend(Legend<M> legend)
Sets the legend of the chart.
|
void |
LegendItem.setLegend(Legend<M> legend)
Sets the legend that the item is attached.
|
| Constructor and Description |
|---|
LegendItem(Legend<M> legend,
Series<M> series,
int yFieldIndex)
Creates a legend item.
|
Copyright © 2014. All Rights Reserved.