ChartScales

constructor(type: ScalesType? = null, alignToPixels: Boolean? = null, backgroundColor: Color? = 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)