DashboardScatterPlotConfigurationArgs

data class DashboardScatterPlotConfigurationArgs(val dataLabels: Output<DashboardDataLabelOptionsArgs>? = null, val fieldWells: Output<DashboardScatterPlotFieldWellsArgs>? = null, val legend: Output<DashboardLegendOptionsArgs>? = null, val tooltip: Output<DashboardTooltipOptionsArgs>? = null, val visualPalette: Output<DashboardVisualPaletteArgs>? = null, val xAxisDisplayOptions: Output<DashboardAxisDisplayOptionsArgs>? = null, val xAxisLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, val yAxisDisplayOptions: Output<DashboardAxisDisplayOptionsArgs>? = null, val yAxisLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null) : ConvertibleToJava<DashboardScatterPlotConfigurationArgs>

Constructors

Link copied to clipboard
fun DashboardScatterPlotConfigurationArgs(dataLabels: Output<DashboardDataLabelOptionsArgs>? = null, fieldWells: Output<DashboardScatterPlotFieldWellsArgs>? = null, legend: Output<DashboardLegendOptionsArgs>? = 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)

Functions

Link copied to clipboard
open override fun toJava(): DashboardScatterPlotConfigurationArgs

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val legend: Output<DashboardLegendOptionsArgs>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard