public class Options extends Object
| Constructor and Description |
|---|
Options() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSeries(List<Series> series) |
void |
addxAxis(XAxis xAxis) |
void |
addyAxis(YAxis yAxis) |
BasicChart |
getChart() |
Credits |
getCredits() |
Legend |
getLegend() |
List<Series> |
getSeries() |
ChartTitle |
getTitle() |
List<XAxis> |
getxAxis() |
List<YAxis> |
getyAxis() |
void |
setChart(BasicChart chart) |
void |
setCredits(Credits credits) |
void |
setLegend(Legend legend) |
void |
setSeries(List<Series> series) |
void |
setTitle(ChartTitle title) |
void |
setxAxes(List<XAxis> xAxes) |
void |
setyAxes(List<YAxis> yAxes) |
public BasicChart getChart()
public void setChart(BasicChart chart)
chart - the chart to setpublic ChartTitle getTitle()
public void setTitle(ChartTitle title)
title - the title to setpublic void addxAxis(XAxis xAxis)
xAxis - the xAxis to addpublic void addyAxis(YAxis yAxis)
yAxis - the xAxis to addpublic Credits getCredits()
public void setCredits(Credits credits)
credits - the credits to setpublic Legend getLegend()
public void setLegend(Legend legend)
legend - the legend to setCopyright © 2016. All Rights Reserved.