public class IntegerChartSeries extends ChartSeries<Integer>
| Constructor and Description |
|---|
IntegerChartSeries(String name,
Integer[] data) |
IntegerChartSeries(String name,
List<Integer> data) |
| Modifier and Type | Method and Description |
|---|---|
Class<Integer> |
getDataType() |
ChartSeriesDataType |
getSeriesType() |
dataToArray, dataToJsonArrayString, getData, getName, sizepublic ChartSeriesDataType getSeriesType()
getSeriesType in class ChartSeries<Integer>public Class<Integer> getDataType()
getDataType in class ChartSeries<Integer>Copyright © 2022. All rights reserved.