net.sf.dynamicreports.report.definition.chart.plot
Interface DRILayeredBarPlot

All Superinterfaces:
DRIAxisPlot, DRIBarPlot, DRIBasePlot, DRIPlot, Serializable
All Known Implementing Classes:
DRLayeredBarPlot

public interface DRILayeredBarPlot
extends DRIBarPlot

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

Method Summary
 List<Double> getSeriesBarWidths()
           
 
Methods inherited from interface net.sf.dynamicreports.report.definition.chart.plot.DRIBarPlot
getShowLabels, getShowTickLabels, getShowTickMarks
 
Methods inherited from interface net.sf.dynamicreports.report.definition.chart.plot.DRIAxisPlot
getPercentValuePattern, getSeriesOrderBy, getSeriesOrderType, getShowPercentages, getShowValues, getValuePattern, getXAxisFormat, getYAxisFormat
 
Methods inherited from interface net.sf.dynamicreports.report.definition.chart.plot.DRIBasePlot
getOrientation, getSeriesColors, getSeriesColorsByName
 

Method Detail

getSeriesBarWidths

List<Double> getSeriesBarWidths()


Copyright © 2010-2014. All Rights Reserved.