net.sf.dynamicreports.report.definition.chart.plot
Interface DRIAxisPlot
- All Superinterfaces:
- DRIBasePlot, DRIPlot, Serializable
- All Known Subinterfaces:
- DRIBar3DPlot, DRIBarPlot, DRIBubblePlot, DRICandlestickPlot, DRIDifferencePlot, DRIGroupedStackedBarPlot, DRIHighLowPlot, DRILayeredBarPlot, DRILinePlot, DRIMultiAxisPlot, DRIWaterfallBarPlot, DRIXyBlockPlot, DRIXyStepPlot
- All Known Implementing Classes:
- DRAxisPlot, DRBar3DPlot, DRBarPlot, DRBubblePlot, DRCandlestickPlot, DRDifferencePlot, DRGroupedStackedBarPlot, DRHighLowPlot, DRLayeredBarPlot, DRLinePlot, DRMultiAxisPlot, DRWaterfallBarPlot, DRXyBlockPlot, DRXyStepPlot
public interface DRIAxisPlot
- extends DRIBasePlot
- Author:
- Ricardo Mariaca (r.mariaca@dynamicreports.org)
getXAxisFormat
DRIAxisFormat getXAxisFormat()
getYAxisFormat
DRIAxisFormat getYAxisFormat()
getShowValues
Boolean getShowValues()
getValuePattern
String getValuePattern()
getShowPercentages
Boolean getShowPercentages()
getPercentValuePattern
String getPercentValuePattern()
getSeriesOrderBy
Comparator<String> getSeriesOrderBy()
getSeriesOrderType
OrderType getSeriesOrderType()
Copyright © 2010-2014. All Rights Reserved.