public class XYDataChartRequest extends ChartRequest
| Constructor and Description |
|---|
XYDataChartRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSplit() |
String |
getX() |
String |
getxAxisLabel() |
String |
getY() |
String |
getyAxisLabel() |
void |
setSplit(String split) |
void |
setX(String x) |
void |
setxAxisLabel(String xAxisLabel) |
void |
setY(String y) |
void |
setyAxisLabel(String yAxisLabel) |
public String getX()
public void setX(String x)
x - the x to setpublic String getxAxisLabel()
public void setxAxisLabel(String xAxisLabel)
xAxisLabel - the xAxisLabel to setpublic String getY()
public void setY(String y)
y - the y to setpublic String getyAxisLabel()
public void setyAxisLabel(String yAxisLabel)
yAxisLabel - the yAxisLabel to setpublic String getSplit()
split - public void setSplit(String split)
split - the split to setCopyright © 2016. All Rights Reserved.