Chart Scales
data class ChartScales(val type: ScalesType? = null, val alignToPixels: Boolean? = null, val backgroundColor: <Error class: unknown class>? = null, val display: Boolean? = null, val grid: GridLineOptions? = null, val border: BorderOptions? = null, val min: dynamic = null, val max: dynamic = null, val reverse: Boolean? = null, val stacked: Boolean? = null, val suggestedMax: Number? = null, val suggestedMin: Number? = null, val ticks: TickOptions? = null, val weight: Number? = null, val bounds: ScaleBounds? = null, val position: Position? = null, val stack: String? = null, val stackWeight: Number? = null, val axis: String? = null, val offset: Boolean? = null, val title: ScaleTitleOptions? = null, val labels: List<String>? = null, val beginAtZero: Boolean? = null, val grace: dynamic = null, val adapters: dynamic = null, val time: dynamic = null, val animate: Boolean? = null, val angleLines: dynamic = null, val pointLabels: dynamic = null, val startAngle: Number? = null)
Chart scales.
Constructors
Link copied to clipboard
constructor(type: ScalesType? = null, alignToPixels: Boolean? = null, backgroundColor: <Error class: unknown class>? = null, display: Boolean? = null, grid: GridLineOptions? = null, border: BorderOptions? = null, min: dynamic = null, max: dynamic = null, reverse: Boolean? = null, stacked: Boolean? = null, suggestedMax: Number? = null, suggestedMin: Number? = null, ticks: TickOptions? = null, weight: Number? = null, bounds: ScaleBounds? = null, position: Position? = null, stack: String? = null, stackWeight: Number? = null, axis: String? = null, offset: Boolean? = null, title: ScaleTitleOptions? = null, labels: List<String>? = null, beginAtZero: Boolean? = null, grace: dynamic = null, adapters: dynamic = null, time: dynamic = null, animate: Boolean? = null, angleLines: dynamic = null, pointLabels: dynamic = null, startAngle: Number? = 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
Link copied to clipboard