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

All Superinterfaces:
DRIChartSerie, Serializable
All Known Implementing Classes:
DRXyChartSerie

public interface DRIXyChartSerie
extends DRIChartSerie

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

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

Method Detail

getXValueExpression

DRIExpression<?> getXValueExpression()

getYValueExpression

DRIExpression<?> getYValueExpression()

getLabelExpression

DRIExpression<?> getLabelExpression()


Copyright © 2010-2014. All Rights Reserved.