Package | Description |
---|---|
com.hyjavacharts.model.highcharts.series | |
com.hyjavacharts.model.highcharts.series.seriesspline |
Modifier and Type | Method and Description |
---|---|
Data |
SeriesSpline.dataAsArrayObjectSingle()
An array of data points for the series.
|
Data |
SeriesSpline.getDataAsArrayObjectSingle()
An array of data points for the series.
|
Modifier and Type | Method and Description |
---|---|
List<Data> |
SeriesSpline.dataAsArrayObject()
An array of data points for the series.
|
List<Data> |
SeriesSpline.getDataAsArrayObject()
An array of data points for the series.
|
Modifier and Type | Method and Description |
---|---|
SeriesSpline |
SeriesSpline.dataAsArrayObject(List<Data> dataAsArrayObject)
An array of data points for the series.
|
SeriesSpline |
SeriesSpline.setDataAsArrayObject(List<Data> dataAsArrayObject)
An array of data points for the series.
|
Modifier and Type | Method and Description |
---|---|
Data |
Data.setX(Number x)
The x value of the point.
|
Data |
Data.setY(Number y)
The y value of the point.
|
Data |
Data.x(Number x)
The x value of the point.
|
Data |
Data.y(Number y)
The y value of the point.
|
Copyright © 2022. All rights reserved.