| Package | Description |
|---|---|
| com.zavtech.morpheus.viz.chart | |
| com.zavtech.morpheus.viz.google | |
| com.zavtech.morpheus.viz.jfree |
| Modifier and Type | Method and Description |
|---|---|
ChartLegend |
ChartLegend.bottom()
Positions the legend on the bottom of the plot
|
ChartLegend |
ChartLegend.left()
Positions the legend to the left of the plot
|
ChartLegend |
Chart.legend()
Returns the chart legend control for this chart
|
ChartLegend |
ChartLegend.off()
Turns the chart legend off
|
ChartLegend |
ChartLegend.on()
Turns the chart legend on
|
ChartLegend |
ChartLegend.right()
Positions the legend to the right of the plot
|
ChartLegend |
ChartLegend.top()
Positions the legend on the top of the plot
|
| Modifier and Type | Class and Description |
|---|---|
private class |
GChart.LegendAdapter
A ChartLegend adapter for Google charts
|
| Modifier and Type | Method and Description |
|---|---|
ChartLegend |
GChart.LegendAdapter.bottom() |
ChartLegend |
GChart.LegendAdapter.left() |
ChartLegend |
GChart.legend() |
ChartLegend |
GChart.LegendAdapter.off() |
ChartLegend |
GChart.LegendAdapter.on() |
ChartLegend |
GChart.LegendAdapter.right() |
ChartLegend |
GChart.LegendAdapter.top() |
| Modifier and Type | Class and Description |
|---|---|
private class |
JFChartBase.LegendAdapter
A JFreeChart adapter to manage the chart legend
|
| Modifier and Type | Method and Description |
|---|---|
ChartLegend |
JFChartBase.LegendAdapter.bottom() |
ChartLegend |
JFChartBase.LegendAdapter.left() |
ChartLegend |
JFChartBase.legend() |
ChartLegend |
JFChartBase.LegendAdapter.off() |
ChartLegend |
JFChartBase.LegendAdapter.on() |
ChartLegend |
JFChartBase.LegendAdapter.right() |
ChartLegend |
JFChartBase.LegendAdapter.top() |
Copyright 2014-2017, Xavier Witdouck