LegendData

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

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

When non-null, overrides the resolved nameRes string in the legend label.

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