Data Sets
data class DataSets(cubicInterpolationMode: InterpolationMode?, backgroundColor: List<Color>?, borderWidth: List<Int>?, borderColor: List<Color>?, borderCapStyle: List<LineCap>?, borderDash: List<Int>?, borderDashOffset: Int?, borderJoinStyle: List<LineJoin>?, borderSkipped: List<Position>?, data: List<dynamic>?, fill: Boolean?, hoverBackgroundColor: List<Color>?, hoverBorderColor: List<Color>?, hoverBorderWidth: List<Int>?, label: String?, lineTension: Number?, steppedLine: Boolean?, pointBorderColor: List<Color>?, pointBackgroundColor: List<Color>?, pointBorderWidth: List<Int>?, pointRadius: List<Int>?, pointHoverRadius: List<Int>?, pointHitRadius: List<Int>?, pointHoverBackgroundColor: List<Color>?, pointHoverBorderColor: List<Color>?, pointHoverBorderWidth: List<Int>?, pointStyle: List<PointStyle>?, xAxisID: String?, yAxisID: String?, type: ChartType?, hidden: Boolean?, hideInLegendAndTooltip: Boolean?, showLine: Boolean?, stack: String?, spanGaps: Boolean?, barPercentage: Number?, barThickness: dynamic, borderAlign: dynamic, categoryPercentage: Number?, hitRadius: List<Int>?, hoverRadius: Number?, maxBarThickness: Number?, minBarLegth: Number?, order: Number?, pointRotation: List<Int>?, radius: List<Int>?, rotation: List<Int>?, weight: Number?)
Content copied to clipboard
Chart data sets.
Constructors
DataSets
Link copied to clipboard
fun DataSets(cubicInterpolationMode: InterpolationMode? = null, backgroundColor: List<Color>? = null, borderWidth: List<Int>? = null, borderColor: List<Color>? = null, borderCapStyle: List<LineCap>? = null, borderDash: List<Int>? = null, borderDashOffset: Int? = null, borderJoinStyle: List<LineJoin>? = null, borderSkipped: List<Position>? = null, data: List<dynamic>? = null, fill: Boolean? = null, hoverBackgroundColor: List<Color>? = null, hoverBorderColor: List<Color>? = null, hoverBorderWidth: List<Int>? = null, label: String? = null, lineTension: Number? = null, steppedLine: Boolean? = null, pointBorderColor: List<Color>? = null, pointBackgroundColor: List<Color>? = null, pointBorderWidth: List<Int>? = null, pointRadius: List<Int>? = null, pointHoverRadius: List<Int>? = null, pointHitRadius: List<Int>? = null, pointHoverBackgroundColor: List<Color>? = null, pointHoverBorderColor: List<Color>? = null, pointHoverBorderWidth: List<Int>? = null, pointStyle: List<PointStyle>? = null, xAxisID: String? = null, yAxisID: String? = null, type: ChartType? = null, hidden: Boolean? = null, hideInLegendAndTooltip: Boolean? = null, showLine: Boolean? = null, stack: String? = null, spanGaps: Boolean? = null, barPercentage: Number? = null, barThickness: dynamic = null, borderAlign: dynamic = null, categoryPercentage: Number? = null, hitRadius: List<Int>? = null, hoverRadius: Number? = null, maxBarThickness: Number? = null, minBarLegth: Number? = null, order: Number? = null, pointRotation: List<Int>? = null, radius: List<Int>? = null, rotation: List<Int>? = null, weight: Number? = null)
Content copied to clipboard
Properties
backgroundColor
Link copied to clipboard
barPercentage
Link copied to clipboard
barThickness
Link copied to clipboard
val barThickness: dynamic = null
Content copied to clipboard
borderAlign
Link copied to clipboard
val borderAlign: dynamic = null
Content copied to clipboard
borderCapStyle
Link copied to clipboard
borderColor
Link copied to clipboard
borderDash
Link copied to clipboard
borderDashOffset
Link copied to clipboard
borderJoinStyle
Link copied to clipboard
borderSkipped
Link copied to clipboard
borderWidth
Link copied to clipboard
categoryPercentage
Link copied to clipboard
cubicInterpolationMode
Link copied to clipboard
hideInLegendAndTooltip
Link copied to clipboard
hoverBackgroundColor
Link copied to clipboard
hoverBorderColor
Link copied to clipboard
hoverBorderWidth
Link copied to clipboard
hoverRadius
Link copied to clipboard
lineTension
Link copied to clipboard
maxBarThickness
Link copied to clipboard
minBarLegth
Link copied to clipboard
pointBackgroundColor
Link copied to clipboard
pointBorderColor
Link copied to clipboard
pointBorderWidth
Link copied to clipboard
pointHitRadius
Link copied to clipboard
pointHoverBackgroundColor
Link copied to clipboard
pointHoverBorderColor
Link copied to clipboard
pointHoverBorderWidth
Link copied to clipboard
pointHoverRadius
Link copied to clipboard
pointRadius
Link copied to clipboard
pointRotation
Link copied to clipboard
pointStyle
Link copied to clipboard
steppedLine
Link copied to clipboard