Uses of Class
net.sf.jasperreports.charts.util.JRAxisFormat
-
Packages that use JRAxisFormat Package Description net.sf.jasperreports.charts.design Contains design time implementations for chart related interfaces. -
-
Uses of JRAxisFormat in net.sf.jasperreports.charts.design
Methods in net.sf.jasperreports.charts.design with parameters of type JRAxisFormat Modifier and Type Method Description void
JRDesignAreaPlot. setCategoryAxisFormat(JRAxisFormat axisFormat)
void
JRDesignBar3DPlot. setCategoryAxisFormat(JRAxisFormat axisFormat)
Deprecated.void
JRDesignBarPlot. setCategoryAxisFormat(JRAxisFormat axisFormat)
void
JRDesignCategoryPlot. setCategoryAxisFormat(JRAxisFormat axisFormat)
void
JRDesignLinePlot. setCategoryAxisFormat(JRAxisFormat axisFormat)
void
JRDesignCandlestickPlot. setTimeAxisFormat(JRAxisFormat axisFormat)
void
JRDesignHighLowPlot. setTimeAxisFormat(JRAxisFormat axisFormat)
void
JRDesignTimeSeriesPlot. setTimeAxisFormat(JRAxisFormat axisFormat)
void
JRDesignAreaPlot. setValueAxisFormat(JRAxisFormat axisFormat)
void
JRDesignBar3DPlot. setValueAxisFormat(JRAxisFormat axisFormat)
Deprecated.void
JRDesignBarPlot. setValueAxisFormat(JRAxisFormat axisFormat)
void
JRDesignCandlestickPlot. setValueAxisFormat(JRAxisFormat axisFormat)
void
JRDesignCategoryPlot. setValueAxisFormat(JRAxisFormat axisFormat)
void
JRDesignHighLowPlot. setValueAxisFormat(JRAxisFormat axisFormat)
void
JRDesignLinePlot. setValueAxisFormat(JRAxisFormat axisFormat)
void
JRDesignTimeSeriesPlot. setValueAxisFormat(JRAxisFormat axisFormat)
void
JRDesignBubblePlot. setXAxisFormat(JRAxisFormat axisFormat)
void
JRDesignScatterPlot. setXAxisFormat(JRAxisFormat axisFormat)
void
JRDesignBubblePlot. setYAxisFormat(JRAxisFormat axisFormat)
void
JRDesignScatterPlot. setYAxisFormat(JRAxisFormat axisFormat)
-