AnalysisDataPathColor

data class AnalysisDataPathColor(val color: String, val element: AnalysisDataPathValue, val timeGranularity: AnalysisTimeGranularity? = null)

Constructors

Link copied to clipboard
constructor(color: String, element: AnalysisDataPathValue, timeGranularity: AnalysisTimeGranularity? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The color that needs to be applied to the element.

Link copied to clipboard

The element that the color needs to be applied to.

Link copied to clipboard

The time granularity of the field that the color needs to be applied to.