style
Returns a LineChartStyle with the provided parameters or their default values.
Parameters
The color of the points on the line chart. Defaults to the tertiary color of the MaterialTheme.
The size of the points on the line chart. Defaults to 10f.
A boolean indicating whether the points on the line chart are visible. Defaults to true.
The color of the line in the line chart. Defaults to the primary color of the MaterialTheme.
The colors of the lines in the line chart. Defaults to an empty list.
A boolean indicating whether the line chart should be drawn with bezier curves. Defaults to true.
The size of the drag point on the line chart. Defaults to 7f.
A boolean indicating whether the drag point on the line chart is visible. Defaults to true.
The size of the active drag point on the line chart. Defaults to 12f.
The color of the drag point on the line chart. Defaults to the tertiary color of the MaterialTheme.
The style to be applied to the chart view. Defaults to the default style of ChartViewDefaults.