LegendDescriptionData

data class LegendDescriptionData(val color: Color, val text: String, val range: IntRange)

Data class used for DHIS2 LegendRange component.

Parameters

color

: of legend item.

text

: of legend item.

range

: range for item.

Constructors

Link copied to clipboard
constructor(color: Color, text: String, range: IntRange)

Properties

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