AnalysisScatterPlotFieldWells

data class AnalysisScatterPlotFieldWells(val scatterPlotCategoricallyAggregatedFieldWells: AnalysisScatterPlotCategoricallyAggregatedFieldWells? = null, val scatterPlotUnaggregatedFieldWells: AnalysisScatterPlotUnaggregatedFieldWells? = null)

Constructors

Link copied to clipboard
constructor(scatterPlotCategoricallyAggregatedFieldWells: AnalysisScatterPlotCategoricallyAggregatedFieldWells? = null, scatterPlotUnaggregatedFieldWells: AnalysisScatterPlotUnaggregatedFieldWells? = null)

Types

Link copied to clipboard
object Companion

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.