public class LineChartModel extends ChartModel
Constructor and Description |
---|
LineChartModel() |
LineChartModel(ChartData data,
LineChartOptions options) |
Modifier and Type | Method and Description |
---|---|
ChartData |
getData()
Gets the data to create dataSets
|
LineChartOptions |
getOptions()
Gets the configuration options
|
String |
getType()
Gets the type
|
void |
setData(ChartData data)
Sets the data to create dataSets
|
void |
setOptions(LineChartOptions options)
Sets the configuration options
|
getExtender, setExtender
public LineChartModel()
public LineChartModel(ChartData data, LineChartOptions options)
public String getType()
getType
in class ChartModel
public ChartData getData()
getData
in class ChartModel
public void setData(ChartData data)
data
- The ChartData
objectpublic LineChartOptions getOptions()
getOptions
in class ChartModel
public void setOptions(LineChartOptions options)
options
- The LineChartOptions
objectCopyright © 2020. All rights reserved.