charty
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
charty
charty
/
com.himanshoe.charty.common
/
ChartColor
/
Gradient
Gradient
data
class
Gradient
(
val
value
:
List
<
Color
>
)
:
ChartColor
A data class representing a gradient color for the chart.
Members
Constructors
Gradient
Link copied to clipboard
constructor
(
value
:
List
<
Color
>
)
Properties
value
Link copied to clipboard
open
override
val
value
:
List
<
Color
>
A list of colors used for the gradient.