charty
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
charty
charty
/
com.himanshoe.charty.bar.config
/
StackBarConfig
Stack
Bar
Config
data
class
StackBarConfig
(
val
showAxisLines
:
Boolean
,
val
showGridLines
:
Boolean
,
val
showCurvedBar
:
Boolean
,
val
minimumBarCount
:
Int
)
Members
Constructors
Stack
Bar
Config
Link copied to clipboard
constructor
(
showAxisLines
:
Boolean
,
showGridLines
:
Boolean
,
showCurvedBar
:
Boolean
,
minimumBarCount
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
minimum
Bar
Count
Link copied to clipboard
val
minimumBarCount
:
Int
show
Axis
Lines
Link copied to clipboard
val
showAxisLines
:
Boolean
show
Curved
Bar
Link copied to clipboard
val
showCurvedBar
:
Boolean
show
Grid
Lines
Link copied to clipboard
val
showGridLines
:
Boolean