charts
Toggle table of contents
3.0.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
charts
charts
/
io.github.hdcharts.charts.style
/
RadarPolygonStyle
Radar
Polygon
Style
@
Immutable
data
class
RadarPolygonStyle
(
val
fillVisible
:
Boolean
,
val
fillAlpha
:
Float
,
val
lineColor
:
Color
,
val
lineColors
:
ImmutableList
<
Color
>
,
val
lineWidth
:
Float
)
(
source
)
Members
Constructors
Radar
Polygon
Style
Link copied to clipboard
constructor
(
fillVisible
:
Boolean
,
fillAlpha
:
Float
,
lineColor
:
Color
,
lineColors
:
ImmutableList
<
Color
>
,
lineWidth
:
Float
)
constructor
(
fillVisible
:
Boolean
,
fillAlpha
:
Float
,
lineColor
:
Color
,
lineColors
:
List
<
Color
>
,
lineWidth
:
Float
)
Properties
fill
Alpha
Link copied to clipboard
val
fillAlpha
:
Float
fill
Visible
Link copied to clipboard
val
fillVisible
:
Boolean
line
Color
Link copied to clipboard
val
lineColor
:
Color
line
Colors
Link copied to clipboard
val
lineColors
:
ImmutableList
<
Color
>
line
Width
Link copied to clipboard
val
lineWidth
:
Float