Xy Chart Args
data class XyChartArgs(val chartOptions: Output<ChartOptionsArgs>? = null, val dataSets: Output<List<DataSetArgs>>, val thresholds: Output<List<ThresholdArgs>>? = null, val timeshiftDuration: Output<String>? = null, val xAxis: Output<AxisArgs>? = null, val y2Axis: Output<AxisArgs>? = null, val yAxis: Output<AxisArgs>? = null) : ConvertibleToJava<XyChartArgs>
A chart that displays data on a 2D (X and Y axes) plane.
Constructors
Link copied to clipboard
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)