RadarConfig

data class RadarConfig(val hasDotMarker: Boolean, val strokeSize: Float, val fillPolygon: Boolean)

Configuration options for a data polygon in a radar chart.

Constructors

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

Properties

Link copied to clipboard

Whether the polygon should be filled with a color.

Link copied to clipboard

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

Link copied to clipboard

The size of the line stroke.