|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphChart
Interface for all charts that support legend positions. (MapChart, GoogleOMeter and PieChart do not support legend positions.)
Method Summary | |
---|---|
void |
setAreaFill(Fill fill)
Specify chart area fill. |
void |
setLegendPosition(LegendPosition legendPosition)
Specify where the chart legends will appear. |
Method Detail |
---|
void setLegendPosition(LegendPosition legendPosition)
legendPosition
- The legend position. Cannot be null.void setAreaFill(Fill fill)
fill
- Chart area fill. Cannot be null. This mutable parameter is
defensively copied upon entry.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |