public class CategoryChartBean extends ChartDto implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
xLabel
The x label of the chart.
|
protected String |
yLabel
The y label of the chart.
|
protected Float |
yMaxValue
The y max value
|
| Constructor and Description |
|---|
CategoryChartBean()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getSeries() |
String |
getType() |
String |
getXLabel() |
String |
getYLabel() |
Float |
getYMaxValue() |
void |
setXLabel(String pLabel) |
void |
setYLabel(String pLabel) |
void |
setYMaxValue(Float pMaxValue) |
protected String xLabel
protected String yLabel
protected Float yMaxValue
public String getSeries()
public String getType()
public String getXLabel()
public void setXLabel(String pLabel)
public String getYLabel()
public void setYLabel(String pLabel)
public Float getYMaxValue()
public void setYMaxValue(Float pMaxValue)
Copyright © 2014–2015 eaudefrance. All rights reserved.