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

All Superinterfaces:
DRIAxisPlot, DRIBasePlot, DRIPlot, Serializable
All Known Subinterfaces:
DRIGroupedStackedBarPlot, DRILayeredBarPlot, DRIWaterfallBarPlot
All Known Implementing Classes:
DRBarPlot, DRGroupedStackedBarPlot, DRLayeredBarPlot, DRWaterfallBarPlot

public interface DRIBarPlot
extends DRIAxisPlot

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

Method Summary
 Boolean getShowLabels()
           
 Boolean getShowTickLabels()
           
 Boolean 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

getShowLabels

Boolean getShowLabels()

getShowTickLabels

Boolean getShowTickLabels()

getShowTickMarks

Boolean getShowTickMarks()


Copyright © 2010-2014. All Rights Reserved.