public class XYDataChart extends AbstractChart
AbstractChart.MolgenisChartTypeDEFAULT_HEIGHT, DEFAULT_WITH| Constructor and Description |
|---|
XYDataChart(List<XYDataSerie> data,
MolgenisAxisType xAxisType,
MolgenisAxisType yAxisType) |
| Modifier and Type | Method and Description |
|---|---|
List<XYDataSerie> |
getData() |
String |
getxAxisLabel() |
MolgenisAxisType |
getxAxisType() |
String |
getyAxisLabel() |
MolgenisAxisType |
getyAxisType() |
void |
setData(List<XYDataSerie> data) |
void |
setxAxisLabel(String xAxisLabel) |
void |
setxAxisType(MolgenisAxisType xAxisType) |
void |
setyAxisLabel(String yAxisLabel) |
void |
setyAxisType(MolgenisAxisType yAxisType) |
public XYDataChart(List<XYDataSerie> data, MolgenisAxisType xAxisType, MolgenisAxisType yAxisType)
public String getxAxisLabel()
public void setxAxisLabel(String xAxisLabel)
xAxisLabel - the xAxisLabel to setpublic String getyAxisLabel()
public void setyAxisLabel(String yAxisLabel)
yAxisLabel - the yAxisLabel to setpublic MolgenisAxisType getxAxisType()
public void setxAxisType(MolgenisAxisType xAxisType)
xAxisType - the xAxisType to setpublic MolgenisAxisType getyAxisType()
public void setyAxisType(MolgenisAxisType yAxisType)
yAxisType - the yAxisType to setpublic List<XYDataSerie> getData()
public void setData(List<XYDataSerie> data)
Copyright © 2014. All Rights Reserved.