net.sf.dynamicreports.report.base.chart.dataset
Class DRCategoryChartSerie
java.lang.Object
net.sf.dynamicreports.report.base.chart.dataset.AbstractChartSerie
net.sf.dynamicreports.report.base.chart.dataset.DRCategoryChartSerie
- All Implemented Interfaces:
- Serializable, DRICategoryChartSerie, DRIChartSerie
- Direct Known Subclasses:
- DRGroupedCategoryChartSerie
public class DRCategoryChartSerie
- extends AbstractChartSerie
- implements DRICategoryChartSerie
- Author:
- Ricardo Mariaca (r.mariaca@dynamicreports.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DRCategoryChartSerie
public DRCategoryChartSerie()
getValueExpression
public DRIExpression<?> getValueExpression()
- Specified by:
getValueExpression
in interface DRICategoryChartSerie
setValueExpression
public void setValueExpression(DRIExpression<?> valueExpression)
getLabelExpression
public DRIExpression<?> getLabelExpression()
- Specified by:
getLabelExpression
in interface DRICategoryChartSerie
setLabelExpression
public void setLabelExpression(DRIExpression<?> labelExpression)
Copyright © 2010-2014. All Rights Reserved.