DashboardScatterPlotConfigurationArgs

data class DashboardScatterPlotConfigurationArgs(val dataLabels: Output<DashboardDataLabelOptionsArgs>? = null, val fieldWells: Output<DashboardScatterPlotFieldWellsArgs>? = null, val interactions: Output<DashboardVisualInteractionOptionsArgs>? = null, val legend: Output<DashboardLegendOptionsArgs>? = null, val sortConfiguration: Output<DashboardScatterPlotSortConfigurationArgs>? = 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
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)

Properties

Link copied to clipboard

The options that determine if visual data labels are displayed.

Link copied to clipboard

The field wells of the visual.

Link copied to clipboard

The general visual interactions setup for a visual.

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

The legend display setup of the visual.

Link copied to clipboard

The sort configuration of a scatter plot.

Link copied to clipboard

The legend display setup of the visual.

Link copied to clipboard

The palette (chart color) display setup of the visual.

Link copied to clipboard

The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.

Link copied to clipboard

The label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.

Link copied to clipboard

The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.

Link copied to clipboard

The label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.

Functions

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