Dashboard Scatter Plot Configuration Args
constructor(dataLabels: Output<DashboardDataLabelOptionsArgs>? = null, fieldWells: Output<DashboardScatterPlotFieldWellsArgs>? = null, interactions: Output<DashboardVisualInteractionOptionsArgs>? = null, legend: Output<DashboardLegendOptionsArgs>? = null, sortConfiguration: Output<DashboardScatterPlotSortConfigurationArgs>? = null, tooltip: Output<DashboardTooltipOptionsArgs>? = null, visualPalette: Output<DashboardVisualPaletteArgs>? = null, xAxisDisplayOptions: Output<DashboardAxisDisplayOptionsArgs>? = null, xAxisLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, yAxisDisplayOptions: Output<DashboardAxisDisplayOptionsArgs>? = null, yAxisLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null)