Template Scatter Plot Unaggregated Field Wells Args
data class TemplateScatterPlotUnaggregatedFieldWellsArgs(val category: Output<List<TemplateDimensionFieldArgs>>? = null, val label: Output<List<TemplateDimensionFieldArgs>>? = null, val size: Output<List<TemplateMeasureFieldArgs>>? = null, val xAxis: Output<List<TemplateDimensionFieldArgs>>? = null, val yAxis: Output<List<TemplateDimensionFieldArgs>>? = null) : ConvertibleToJava<TemplateScatterPlotUnaggregatedFieldWellsArgs>
Constructors
Link copied to clipboard
constructor(category: Output<List<TemplateDimensionFieldArgs>>? = null, label: Output<List<TemplateDimensionFieldArgs>>? = null, size: Output<List<TemplateMeasureFieldArgs>>? = null, xAxis: Output<List<TemplateDimensionFieldArgs>>? = null, yAxis: Output<List<TemplateDimensionFieldArgs>>? = null)
Properties
Link copied to clipboard
The category field well of a scatter plot.
Link copied to clipboard
The label field well of a scatter plot.
Link copied to clipboard
The size field well of a scatter plot.
Link copied to clipboard
The x-axis field well of a scatter plot. The x-axis is a dimension field and cannot be aggregated.
Link copied to clipboard
The y-axis field well of a scatter plot. The y-axis is a dimension field and cannot be aggregated.