XyChartResponse

data class XyChartResponse(val chartOptions: ChartOptionsResponse, val dataSets: List<DataSetResponse>, val thresholds: List<ThresholdResponse>, val timeshiftDuration: String, val xAxis: AxisResponse, val y2Axis: AxisResponse, val yAxis: AxisResponse)

A chart that displays data on a 2D (X and Y axes) plane.

Constructors

Link copied to clipboard
fun XyChartResponse(chartOptions: ChartOptionsResponse, dataSets: List<DataSetResponse>, thresholds: List<ThresholdResponse>, timeshiftDuration: String, xAxis: AxisResponse, y2Axis: AxisResponse, yAxis: AxisResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Display options for the chart.

Link copied to clipboard

The data displayed in this chart.

Link copied to clipboard

Threshold lines drawn horizontally across the chart.

Link copied to clipboard

The duration used to display a comparison chart. A comparison chart simultaneously shows values from two similar-length time periods (e.g., week-over-week metrics). The duration must be positive, and it can only be applied to charts with data sets of LINE plot type.

Link copied to clipboard

The properties applied to the x-axis.

Link copied to clipboard

The properties applied to the y2-axis.

Link copied to clipboard

The properties applied to the y-axis.