XyChartArgs

fun XyChartArgs(chartOptions: Output<ChartOptionsArgs>? = null, dataSets: Output<List<DataSetArgs>>, thresholds: Output<List<ThresholdArgs>>? = null, timeshiftDuration: Output<String>? = null, xAxis: Output<AxisArgs>? = null, y2Axis: Output<AxisArgs>? = null, yAxis: Output<AxisArgs>? = null)