Line Chart Style
class LineChartStyle(val chartContainerStyle: ChartContainerStyle, val line: LineVisualStyle, val points: LinePointStyle, val selection: LineSelectionStyle, val axis: LineAxisStyle, val legend: LegendStyle, val zoomControlsVisible: Boolean)(source)
Grouped, Compose-friendly v3 style for single- and multi-line charts.
Constructors
Link copied to clipboard
constructor(chartContainerStyle: ChartContainerStyle, line: LineVisualStyle, points: LinePointStyle, selection: LineSelectionStyle, axis: LineAxisStyle, legend: LegendStyle, zoomControlsVisible: Boolean)