net.sf.dynamicreports.report.definition.chart.dataset
Interface DRICategoryChartSerie

All Superinterfaces:
DRIChartSerie, Serializable
All Known Subinterfaces:
DRIGroupedCategoryChartSerie
All Known Implementing Classes:
DRCategoryChartSerie, DRGroupedCategoryChartSerie

public interface DRICategoryChartSerie
extends DRIChartSerie

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)

Method Summary
 DRIExpression<?> getLabelExpression()
           
 DRIExpression<?> getValueExpression()
           
 
Methods inherited from interface net.sf.dynamicreports.report.definition.chart.dataset.DRIChartSerie
getSeriesExpression
 

Method Detail

getValueExpression

DRIExpression<?> getValueExpression()

getLabelExpression

DRIExpression<?> getLabelExpression()


Copyright © 2010-2014. All Rights Reserved.