Methods in ChartDirector that return LegendBox |
LegendBox |
BaseChart.addLegend2(int x,
int y,
int noOfCols,
java.lang.String font,
double fontSize)
|
LegendBox |
BaseChart.addLegend2(int x,
int y,
int noOfCols,
java.lang.String font)
|
LegendBox |
BaseChart.addLegend2(int x,
int y,
int noOfCols)
|
LegendBox |
BaseChart.addLegend(int x,
int y,
boolean vertical,
java.lang.String font,
double fontSize)
|
LegendBox |
BaseChart.addLegend(int x,
int y,
boolean vertical,
java.lang.String font)
|
LegendBox |
BaseChart.addLegend(int x,
int y,
boolean vertical)
|
LegendBox |
BaseChart.addLegend(int x,
int y)
|
LegendBox |
BaseChart.getLegend()
|
LegendBox |
BaseChart.layoutLegend()
|