StackedAreaStyle

data class StackedAreaStyle(val lineStyle: LineStyle, val areaStyle: AreaStyle)

Provides styling for a single series in a StackedAreaChart.

Parameters

lineStyle

The style to apply to the line.

areaStyle

The style to apply to the area.

Constructors

Link copied to clipboard
constructor(lineStyle: LineStyle, areaStyle: AreaStyle)

Properties

Link copied to clipboard
Link copied to clipboard