LegendData

data class LegendData(val nameRes: StringResource, val color: Color, val isLine: Boolean = false, val metricKey: Any? = null, val channelNumber: Int? = null)(source)

Constructors

Link copied to clipboard
constructor(nameRes: StringResource, color: Color, isLine: Boolean = false, metricKey: Any? = null, channelNumber: Int? = null)

Properties

Link copied to clipboard

1-based channel number appended to the resolved nameRes, for multi-channel series.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val nameRes: StringResource