RectangleOptions
data class RectangleOptions(backgroundColor: Color?, borderColor: Color?, borderWidth: Int, borderSkipped: Position)
Content copied to clipboard
Chart rectangle options.
Constructors
RectangleOptions
Link copied to clipboard
fun RectangleOptions(backgroundColor: Color? = null, borderColor: Color? = null, borderWidth: Int = 0, borderSkipped: Position = Position.BOTTOM)
Content copied to clipboard
Properties
backgroundColor
Link copied to clipboard
borderColor
Link copied to clipboard
borderSkipped
Link copied to clipboard
borderWidth
Link copied to clipboard