public interface ChartLegend
This is open source software released under the Apache 2.0 License
| Modifier and Type | Method and Description |
|---|---|
ChartLegend |
bottom()
Positions the legend on the bottom of the plot
|
ChartLegend |
left()
Positions the legend to the left of the plot
|
ChartLegend |
off()
Turns the chart legend off
|
ChartLegend |
on()
Turns the chart legend on
|
ChartLegend |
right()
Positions the legend to the right of the plot
|
ChartLegend |
top()
Positions the legend on the top of the plot
|
ChartLegend on()
ChartLegend off()
ChartLegend right()
ChartLegend left()
ChartLegend top()
ChartLegend bottom()
Copyright 2014-2017, Xavier Witdouck