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