first commit
This commit is contained in:
12
hrmsEjb/net/sf/jasperreports/charts/JRCandlestickPlot.java
Normal file
12
hrmsEjb/net/sf/jasperreports/charts/JRCandlestickPlot.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package net.sf.jasperreports.charts;
|
||||
|
||||
import net.sf.jasperreports.engine.JRChartPlot;
|
||||
import net.sf.jasperreports.engine.JRExpression;
|
||||
|
||||
public interface JRCandlestickPlot extends JRChartPlot, JRTimeAxisFormat, JRValueAxisFormat {
|
||||
JRExpression getTimeAxisLabelExpression();
|
||||
|
||||
JRExpression getValueAxisLabelExpression();
|
||||
|
||||
boolean isShowVolume();
|
||||
}
|
Reference in New Issue
Block a user