Class LineDataSet
- java.lang.Object
-
- org.apache.syncope.client.console.chartjs.BaseDataSet
-
- org.apache.syncope.client.console.chartjs.PointColorDataSet
-
- org.apache.syncope.client.console.chartjs.LineDataSet
-
- All Implemented Interfaces:
Serializable
public class LineDataSet extends PointColorDataSet
Provides all information needed forLineChartData
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LineDataSet(List<? extends Number> data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLabel()
void
setLabel(String label)
-
Methods inherited from class org.apache.syncope.client.console.chartjs.PointColorDataSet
getPointColor, getPointStrokeColor, setPointColor, setPointStrokeColor
-
Methods inherited from class org.apache.syncope.client.console.chartjs.BaseDataSet
getBackgroundColor, getBorderColor, getData, setBackgroundColor, setBorderColor
-
-