Class BarDataSet
- java.lang.Object
-
- org.apache.syncope.client.console.chartjs.BaseDataSet
-
- org.apache.syncope.client.console.chartjs.BarDataSet
-
- All Implemented Interfaces:
Serializable
public class BarDataSet extends BaseDataSet
Provides all information needed forBarChartData.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BarDataSet(List<? extends Number> data)Instantiates a new bar data set.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLabel()voidsetLabel(String label)-
Methods inherited from class org.apache.syncope.client.console.chartjs.BaseDataSet
getBackgroundColor, getBorderColor, getData, setBackgroundColor, setBorderColor
-
-