ReportSummaryChartDataDataPointResponse

data class ReportSummaryChartDataDataPointResponse(val label: String, val value: Double)

Describes a single data point in the Chart.

Constructors

Link copied to clipboard
constructor(label: String, value: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The X-axis label for this data point.

Link copied to clipboard

The Y-axis value for this data point.