public class CombinedCategoryChart extends Chart
Title: 直方图和趋势图的复合图表类
Description: 直方图和趋势图的复合图表类,是从chart继承的
AREA_CHART, BAR_CHART, BAR_CHART_3D, defualtColors0, defualtColors1, DOWN_45, DOWN_90, LEGEND_BOTTOM, LEGEND_RIGHT, LEGEND_TOP, LINE_CHART, PIE_CHART, PIE_CHART_3D, SCATTER_CHART, SPLITAREA_CHART, STACKEDBAR_CHART, STACKEDBAR_CHART_3D, STANDARD, UP_45, UP_90, XY_CHART, XYAREA_CHART
构造器和说明 |
---|
CombinedCategoryChart()
复合图表CombinedCategoryChart的构造函数
|
限定符和类型 | 方法和说明 |
---|---|
void |
addChart(Chart chart)
向CombinedCategoryChart列表中增加一个chart,图表的显示顺序是,最先加入的会放在复合图表的最下边
|
createCategoryPlot, createPiePlot, createXYPlot, generateChart, getBackground, getChartBorderColor, getChartType, getDatastore, getGridLineColor, getItemMargin, getLabelBackground, getLabelFont, getLabelLinkColor, getLabelOutlineColor, getLegendBackground, getLegendFont, getLegendFontColor, getLegendLineColor, getPlotBackground, getPlotOrientation, getPopuMenu, getTitle, getTitleFont, getTitleFontColor, getXAxisLabel, getXAxisLabelFont, getXAxisLabelFontColor, getYAxisLabel, getYAxisLabelFont, getYAxisLabelFontColor, isShowLegend, isUseMap, setAutoAxisRange, setAutoXAxisRange, setAutoYAxisRange, setAxisSpaceScale, setBackground, setCategoryMargin, setChartBorderColor, setChartType, setDataset, setDatastore, setDefualtChartType, setDomainGridlinesVisible, setForegroundAlpha, setGradientPaint, setGridLineColor, setHeight, setHttpServletRequest, setItemMargin, setLabelBackground, setLabelFont, setLabelLinkColor, setLabelOutlineColor, setLegendBackground, setLegendFont, setLegendFontColor, setLegendLineColor, setLegendPosition, setMutiColor, setOutFileFormat, setPicDimension, setPlotBackground, setPlotOrientation, setRange, setSeriesCol, setSeriesCol, setSeriesColors0, setSeriesColors1, setSeriesIDCol, setShowborder, setShowLegend, setShowValueOnBar, setSplitValues, setTitle, setTitleFont, setTitleFontColor, setUseMap, setUseMapURL, setWidth, setXAxisCol, setXAxisCol, setXAxisLabel, setXAxisLabelFont, setXAxisLabelFontColor, setXIDCol, setXLabelPosition, setXRange, setXTickLabelVisible, setYAxisCol, setYAxisCol, setYAxisLabel, setYAxisLabelFont, setYAxisLabelFontColor, setYRange, setYTickLabelVisible
public void addChart(Chart chart)
chart
- Chart chart图表对象