RadarData

data class RadarData(val yValue: Float, val xValue: Any) : ChartData

Represents a data point for a radar chart.

Constructors

Link copied to clipboard
constructor(yValue: Float, xValue: Any)

Properties

Link copied to clipboard
open override val chartString: String
Link copied to clipboard
open override val xValue: Any

The label or identifier of the data point.

Link copied to clipboard
open override val yValue: Float

The value of the data point.