Methods in ChartDirector that return PlotArea |
PlotArea |
XYChart.setPlotArea(int x,
int y,
int width,
int height,
int bgColor,
int altBgColor,
int edgeColor,
int hGridColor,
int vGridColor)
|
PlotArea |
XYChart.setPlotArea(int x,
int y,
int width,
int height,
int bgColor,
int altBgColor,
int edgeColor,
int hGridColor)
|
PlotArea |
XYChart.setPlotArea(int x,
int y,
int width,
int height,
int bgColor,
int altBgColor,
int edgeColor)
|
PlotArea |
XYChart.setPlotArea(int x,
int y,
int width,
int height,
int bgColor,
int altBgColor)
|
PlotArea |
XYChart.setPlotArea(int x,
int y,
int width,
int height,
int bgColor)
|
PlotArea |
XYChart.setPlotArea(int x,
int y,
int width,
int height)
|
PlotArea |
XYChart.getPlotArea()
|