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
/
RadarGridStyle
Radar
Grid
Style
@
Immutable
data
class
RadarGridStyle
(
val
visible
:
Boolean
,
val
color
:
Color
,
val
lineWidth
:
Float
,
val
steps
:
Int
)
(
source
)
Members
Constructors
Radar
Grid
Style
Link copied to clipboard
constructor
(
visible
:
Boolean
,
color
:
Color
,
lineWidth
:
Float
,
steps
:
Int
)
Properties
color
Link copied to clipboard
val
color
:
Color
line
Width
Link copied to clipboard
val
lineWidth
:
Float
steps
Link copied to clipboard
val
steps
:
Int
visible
Link copied to clipboard
val
visible
:
Boolean