Package model.chart
Class ChartDataSet
java.lang.Object
model.chart.ChartDataSet
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerateBackgroundColors
(int count) static void
withBackgroundColor
(Color backgroundColor) withBackgroundColors
(Color... backgroundColors) withBorderColor
(Color borderColor) withBorderColors
(Color... borderColors)
-
Field Details
-
label
-
data
-
backgroundColors
-
borderColors
-
-
Constructor Details
-
ChartDataSet
public ChartDataSet()
-
-
Method Details
-
withLabel
-
withData
-
withData
-
withBackgroundColor
-
withBackgroundColors
-
withBorderColor
-
withBorderColors
-
generateBackgroundColors
-
main
-