Layout Padding Object
data class LayoutPaddingObject(top: Int?, right: Int?, bottom: Int?, left: Int?)
Content copied to clipboard
Chart layout padding options.
Constructors
LayoutPaddingObject
Link copied to clipboard
fun LayoutPaddingObject(top: Int? = null, right: Int? = null, bottom: Int? = null, left: Int? = null)
Content copied to clipboard
Properties
Extensions
toJs
Link copied to clipboard