| 程序包 | 说明 |
|---|---|
| com.gitee.qdbp.tools.chart.entity |
| 限定符和类型 | 方法和说明 |
|---|---|
static RowItem |
RowItem.findRowData(List<RowItem> list,
String rowLabel) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<RowItem> |
BarDataset.getBarRowItems() |
List<RowItem> |
BarAndLineDataset.getBarRowItems() |
List<RowItem> |
LineDataset.getLineRowItems() |
List<RowItem> |
BarAndLineDataset.getLineRowItems() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
RowItem.addRowData(List<RowItem> list,
String rowLabel,
double... numbers) |
static RowItem |
RowItem.findRowData(List<RowItem> list,
String rowLabel) |
void |
BarDataset.setBarRowItems(List<RowItem> barRowItems) |
void |
BarAndLineDataset.setBarRowItems(List<RowItem> barRowItems) |
void |
LineDataset.setLineRowItems(List<RowItem> lineRowItems) |
void |
BarAndLineDataset.setLineRowItems(List<RowItem> lineRowItems) |
Copyright © 2020. All rights reserved.