#[non_exhaustive]pub struct ScatterPlotFieldWellsBuilder { /* private fields */ }Expand description
A builder for ScatterPlotFieldWells.
Implementations§
source§impl ScatterPlotFieldWellsBuilder
impl ScatterPlotFieldWellsBuilder
sourcepub fn scatter_plot_categorically_aggregated_field_wells(
self,
input: ScatterPlotCategoricallyAggregatedFieldWells
) -> Self
pub fn scatter_plot_categorically_aggregated_field_wells( self, input: ScatterPlotCategoricallyAggregatedFieldWells ) -> Self
The aggregated field wells of a scatter plot. Scatter plots that have a field in the category (group/color) field will have aggregated field wells. The x and y-axes of these scatter plots are aggregated by category.
sourcepub fn set_scatter_plot_categorically_aggregated_field_wells(
self,
input: Option<ScatterPlotCategoricallyAggregatedFieldWells>
) -> Self
pub fn set_scatter_plot_categorically_aggregated_field_wells( self, input: Option<ScatterPlotCategoricallyAggregatedFieldWells> ) -> Self
The aggregated field wells of a scatter plot. Scatter plots that have a field in the category (group/color) field will have aggregated field wells. The x and y-axes of these scatter plots are aggregated by category.
sourcepub fn scatter_plot_unaggregated_field_wells(
self,
input: ScatterPlotUnaggregatedFieldWells
) -> Self
pub fn scatter_plot_unaggregated_field_wells( self, input: ScatterPlotUnaggregatedFieldWells ) -> Self
The unaggregated field wells of a scatter plot. Scatter plots without a category field well have unaggregated field wells. The x and y-axes of these scatter plots are unaggregated.
sourcepub fn set_scatter_plot_unaggregated_field_wells(
self,
input: Option<ScatterPlotUnaggregatedFieldWells>
) -> Self
pub fn set_scatter_plot_unaggregated_field_wells( self, input: Option<ScatterPlotUnaggregatedFieldWells> ) -> Self
The unaggregated field wells of a scatter plot. Scatter plots without a category field well have unaggregated field wells. The x and y-axes of these scatter plots are unaggregated.
sourcepub fn build(self) -> ScatterPlotFieldWells
pub fn build(self) -> ScatterPlotFieldWells
Consumes the builder and constructs a ScatterPlotFieldWells.
Trait Implementations§
source§impl Clone for ScatterPlotFieldWellsBuilder
impl Clone for ScatterPlotFieldWellsBuilder
source§fn clone(&self) -> ScatterPlotFieldWellsBuilder
fn clone(&self) -> ScatterPlotFieldWellsBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for ScatterPlotFieldWellsBuilder
impl Debug for ScatterPlotFieldWellsBuilder
source§impl Default for ScatterPlotFieldWellsBuilder
impl Default for ScatterPlotFieldWellsBuilder
source§fn default() -> ScatterPlotFieldWellsBuilder
fn default() -> ScatterPlotFieldWellsBuilder
source§impl PartialEq<ScatterPlotFieldWellsBuilder> for ScatterPlotFieldWellsBuilder
impl PartialEq<ScatterPlotFieldWellsBuilder> for ScatterPlotFieldWellsBuilder
source§fn eq(&self, other: &ScatterPlotFieldWellsBuilder) -> bool
fn eq(&self, other: &ScatterPlotFieldWellsBuilder) -> bool
self and other values to be equal, and is used
by ==.