Xy Chart Response
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)