AnalysisScatterPlotUnaggregatedFieldWellsArgs

data class AnalysisScatterPlotUnaggregatedFieldWellsArgs(val category: Output<List<AnalysisDimensionFieldArgs>>? = null, val label: Output<List<AnalysisDimensionFieldArgs>>? = null, val size: Output<List<AnalysisMeasureFieldArgs>>? = null, val xAxis: Output<List<AnalysisDimensionFieldArgs>>? = null, val yAxis: Output<List<AnalysisDimensionFieldArgs>>? = null) : ConvertibleToJava<AnalysisScatterPlotUnaggregatedFieldWellsArgs>

Constructors

constructor(category: Output<List<AnalysisDimensionFieldArgs>>? = null, label: Output<List<AnalysisDimensionFieldArgs>>? = null, size: Output<List<AnalysisMeasureFieldArgs>>? = null, xAxis: Output<List<AnalysisDimensionFieldArgs>>? = null, yAxis: Output<List<AnalysisDimensionFieldArgs>>? = null)

Properties

Link copied to clipboard

The category field well of a scatter plot.

Link copied to clipboard
val label: Output<List<AnalysisDimensionFieldArgs>>? = null

The label field well of a scatter plot.

Link copied to clipboard
val size: Output<List<AnalysisMeasureFieldArgs>>? = null

The size field well of a scatter plot.

Link copied to clipboard
val xAxis: Output<List<AnalysisDimensionFieldArgs>>? = null

The x-axis field well of a scatter plot. The x-axis is a dimension field and cannot be aggregated.

Link copied to clipboard
val yAxis: Output<List<AnalysisDimensionFieldArgs>>? = null

The y-axis field well of a scatter plot. The y-axis is a dimension field and cannot be aggregated.

Functions

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