Tick Options
data class TickOptions(callback: (value: Any, index: Any, values: Any) -> dynamic?, display: Boolean, fontSize: Int, fontStyle: FontStyle?, fontColor: Color?, fontFamily: String?, reverse: Boolean, minor: dynamic, major: dynamic, lineHeight: Number?, padding: Number?, z: Number?)
Content copied to clipboard
Chart tick options.
Constructors
TickOptions
Link copied to clipboard
fun TickOptions(callback: (value: Any, index: Any, values: Any) -> dynamic? = null, display: Boolean = true, fontSize: Int = 12, fontStyle: FontStyle? = null, fontColor: Color? = null, fontFamily: String? = null, reverse: Boolean = false, minor: dynamic = null, major: dynamic = null, lineHeight: Number? = null, padding: Number? = null, z: Number? = null)
Content copied to clipboard
Properties
Extensions
toJs
Link copied to clipboard