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