Package component.chart.dto
Class ChartDataSetDto
java.lang.Object
component.chart.dto.ChartDataSetDto
- Author:
- kochetkov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColor()
getData()
getLabel()
getOrder()
getType()
void
setBackgroundColor
(String backgroundColor) void
setBorderColor
(String borderColor) void
void
setData
(List<ChartPointDto> data) void
void
void
setTension
(Float tension) void
void
setxAxisID
(String xAxisID) void
setyAxisID
(String yAxisID)
-
Field Details
-
label
-
type
-
data
-
backgroundColor
-
borderColor
-
color
-
xAxisID
-
yAxisID
-
tension
-
order
-
-
Constructor Details
-
ChartDataSetDto
-
-
Method Details
-
getLabel
-
setLabel
-
getType
-
setType
-
getData
-
setData
-
getBackgroundColor
-
setBackgroundColor
-
getBorderColor
-
setBorderColor
-
getColor
-
setColor
-
getTension
-
setTension
-
getxAxisID
-
setxAxisID
-
getyAxisID
-
setyAxisID
-
getOrder
-
setOrder
-