LineConfig

data class LineConfig(val hasSmoothCurve: Boolean, val hasDotMarker: Boolean, val strokeSize: Float)

Configuration options for a line in a line chart.

Constructors

Link copied to clipboard
constructor(hasSmoothCurve: Boolean, hasDotMarker: Boolean, strokeSize: Float)

Properties

Link copied to clipboard

Whether the line should have a dot marker at each data point.

Link copied to clipboard

Whether the line should have a smooth curve.

Link copied to clipboard

The size of the line stroke.