Tick Options
data class TickOptions(val callback: (value: Any, index: Any, values: Any) -> dynamic? = null, val display: Boolean = true, val backdropColor: <Error class: unknown class>? = null, val backdropPadding: LayoutPaddingObject? = null, val color: <Error class: unknown class>? = null, val font: ChartFont? = null, val major: dynamic = null, val padding: Number? = null, val showLabelBackdrop: Boolean? = null, val textStrokeColor: <Error class: unknown class>? = null, val textStrokeWidth: Number? = null, val z: Number? = null, val align: TitleAlign? = null, val crossAlign: CrossAlign? = null, val sampleSize: Number? = null, val autoSkip: Boolean? = null, val autoSkipPadding: Number? = null, val includeBounds: Boolean? = null, val labelOffset: Number? = null, val maxRotation: Number? = null, val minRotation: Number? = null, val mirror: Boolean? = null, val count: Number? = null, val format: dynamic = null, val maxTicksLimit: Int? = null, val precision: Number? = null, val stepSize: Number? = null, val source: dynamic = null)
Chart tick options.
Constructors
Link copied to clipboard
constructor(callback: (value: Any, index: Any, values: Any) -> dynamic? = null, display: Boolean = true, backdropColor: <Error class: unknown class>? = null, backdropPadding: LayoutPaddingObject? = null, color: <Error class: unknown class>? = null, font: ChartFont? = null, major: dynamic = null, padding: Number? = null, showLabelBackdrop: Boolean? = null, textStrokeColor: <Error class: unknown class>? = null, textStrokeWidth: Number? = null, z: Number? = null, align: TitleAlign? = null, crossAlign: CrossAlign? = null, sampleSize: Number? = null, autoSkip: Boolean? = null, autoSkipPadding: Number? = null, includeBounds: Boolean? = null, labelOffset: Number? = null, maxRotation: Number? = null, minRotation: Number? = null, mirror: Boolean? = null, count: Number? = null, format: dynamic = null, maxTicksLimit: Int? = null, precision: Number? = null, stepSize: Number? = null, source: dynamic = null)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard