程序包 | 说明 |
---|---|
com.fr.chart.chartattr |
限定符和类型 | 方法和说明 |
---|---|
static Bar2DPlot |
ChartFactory.createBar2DPlot()
创建条形图绘图区
|
static Bar2DPlot |
ChartFactory.createPercentStackBar2DPlot()
创建百分比堆积条形图绘图区
|
static Bar2DPlot |
ChartFactory.createStackBar2DPlot()
创建堆积条形图绘图区
|
Bar2DPlot |
CustomPlot.getBar2DPlot()
返回组合图中系列为柱形图的对应属性
|
Bar2DPlot |
CustomPlot.getBar2DPlotStack()
返回组合图中系列为堆积柱形图的对应属性.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CustomPlot.setBar2DPlot(Bar2DPlot bar2DPlot)
设置组合图中系列为柱形图的对应属性.
|
void |
CustomPlot.setBar2DPlotStack(Bar2DPlot bar2DPlotStack)
设置组合图中系列为堆积柱形图的对应属性
|