DashboardScatterPlotFieldWellsArgs

data class DashboardScatterPlotFieldWellsArgs(val scatterPlotCategoricallyAggregatedFieldWells: Output<DashboardScatterPlotCategoricallyAggregatedFieldWellsArgs>? = null, val scatterPlotUnaggregatedFieldWells: Output<DashboardScatterPlotUnaggregatedFieldWellsArgs>? = null) : ConvertibleToJava<DashboardScatterPlotFieldWellsArgs>

Constructors

Link copied to clipboard
constructor(scatterPlotCategoricallyAggregatedFieldWells: Output<DashboardScatterPlotCategoricallyAggregatedFieldWellsArgs>? = null, scatterPlotUnaggregatedFieldWells: Output<DashboardScatterPlotUnaggregatedFieldWellsArgs>? = null)

Properties

The aggregated field wells of a scatter plot. The x and y-axes of scatter plots with aggregated field wells are aggregated by category, label, or both.

Link copied to clipboard

The unaggregated field wells of a scatter plot. The x and y-axes of these scatter plots are unaggregated.

Functions

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