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
/
LinePointStyle
Line
Point
Style
@
Immutable
data
class
LinePointStyle
(
val
color
:
Color
,
val
size
:
Dp
,
val
visible
:
Boolean
)
(
source
)
Members
Constructors
Line
Point
Style
Link copied to clipboard
constructor
(
color
:
Color
,
size
:
Dp
,
visible
:
Boolean
)
Properties
color
Link copied to clipboard
val
color
:
Color
size
Link copied to clipboard
val
size
:
Dp
visible
Link copied to clipboard
val
visible
:
Boolean