com.googlecode.charts4j
Interface GraphChart

All Known Implementing Classes:
AbstractAxisChart, AbstractGraphChart, AbstractMarkableChart, BarChart, LineChart, RadarChart, ScatterPlot, VennDiagram, XYLineChart

public interface GraphChart

Interface for all charts that support legend positions. (MapChart, GoogleOMeter and PieChart do not support legend positions.)

Author:
Julien Chastang (julien.c.chastang at gmail dot com)

Method Summary
 void setAreaFill(Fill fill)
          Specify chart area fill.
 void setLegendPosition(LegendPosition legendPosition)
          Specify where the chart legends will appear.
 

Method Detail

setLegendPosition

void setLegendPosition(LegendPosition legendPosition)
Specify where the chart legends will appear.

Parameters:
legendPosition - The legend position. Cannot be null.

setAreaFill

void setAreaFill(Fill fill)
Specify chart area fill.

Parameters:
fill - Chart area fill. Cannot be null. This mutable parameter is defensively copied upon entry.