public class Line extends Chart<O>
Modifier and Type | Field and Description |
---|---|
protected D |
data
The data.
|
Constructor and Description |
---|
Line() |
Modifier and Type | Method and Description |
---|---|
LineChartData<LineDataSet> |
getData() |
LineChartOptions |
getOptions() |
void |
setData(D data) |
protected D extends org.apache.syncope.client.console.chartjs.ChartData<S> data
public LineChartOptions getOptions()
getOptions
in class Chart<LineChartOptions>
public LineChartData<LineDataSet> getData()
public void setData(D data)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.