core
/
io.data2viz.charts.core
/
Padding
common
Padding
data class
Padding
(top:
Double
, right:
Double
, bottom:
Double
, left:
Double
)
Content copied to clipboard
Padding of an element.
Constructors
Properties
Constructors
Padding
Link copied to clipboard
common
fun
Padding
(top:
Double
= .0, right:
Double
= .0, bottom:
Double
= .0, left:
Double
= .0)
Content copied to clipboard
Properties
bottom
Link copied to clipboard
common
val
bottom
:
Double
= .0
Content copied to clipboard
Space reserved for bottom padding.
left
Link copied to clipboard
common
val
left
:
Double
= .0
Content copied to clipboard
Space reserved for left padding.
right
Link copied to clipboard
common
val
right
:
Double
= .0
Content copied to clipboard
Space reserved for right padding.
top
Link copied to clipboard
common
val
top
:
Double
= .0
Content copied to clipboard
Space reserved for top padding.