#[non_exhaustive]pub struct RadarChartConfigurationBuilder { /* private fields */ }
Expand description
A builder for RadarChartConfiguration
.
Implementations§
source§impl RadarChartConfigurationBuilder
impl RadarChartConfigurationBuilder
sourcepub fn field_wells(self, input: RadarChartFieldWells) -> Self
pub fn field_wells(self, input: RadarChartFieldWells) -> Self
The field well configuration of a RadarChartVisual
.
sourcepub fn set_field_wells(self, input: Option<RadarChartFieldWells>) -> Self
pub fn set_field_wells(self, input: Option<RadarChartFieldWells>) -> Self
The field well configuration of a RadarChartVisual
.
sourcepub fn get_field_wells(&self) -> &Option<RadarChartFieldWells>
pub fn get_field_wells(&self) -> &Option<RadarChartFieldWells>
The field well configuration of a RadarChartVisual
.
sourcepub fn sort_configuration(self, input: RadarChartSortConfiguration) -> Self
pub fn sort_configuration(self, input: RadarChartSortConfiguration) -> Self
The sort configuration of a RadarChartVisual
.
sourcepub fn set_sort_configuration(
self,
input: Option<RadarChartSortConfiguration>
) -> Self
pub fn set_sort_configuration( self, input: Option<RadarChartSortConfiguration> ) -> Self
The sort configuration of a RadarChartVisual
.
sourcepub fn get_sort_configuration(&self) -> &Option<RadarChartSortConfiguration>
pub fn get_sort_configuration(&self) -> &Option<RadarChartSortConfiguration>
The sort configuration of a RadarChartVisual
.
sourcepub fn shape(self, input: RadarChartShape) -> Self
pub fn shape(self, input: RadarChartShape) -> Self
The shape of the radar chart.
sourcepub fn set_shape(self, input: Option<RadarChartShape>) -> Self
pub fn set_shape(self, input: Option<RadarChartShape>) -> Self
The shape of the radar chart.
sourcepub fn get_shape(&self) -> &Option<RadarChartShape>
pub fn get_shape(&self) -> &Option<RadarChartShape>
The shape of the radar chart.
sourcepub fn base_series_settings(self, input: RadarChartSeriesSettings) -> Self
pub fn base_series_settings(self, input: RadarChartSeriesSettings) -> Self
The base sreies settings of a radar chart.
sourcepub fn set_base_series_settings(
self,
input: Option<RadarChartSeriesSettings>
) -> Self
pub fn set_base_series_settings( self, input: Option<RadarChartSeriesSettings> ) -> Self
The base sreies settings of a radar chart.
sourcepub fn get_base_series_settings(&self) -> &Option<RadarChartSeriesSettings>
pub fn get_base_series_settings(&self) -> &Option<RadarChartSeriesSettings>
The base sreies settings of a radar chart.
sourcepub fn start_angle(self, input: f64) -> Self
pub fn start_angle(self, input: f64) -> Self
The start angle of a radar chart's axis.
sourcepub fn set_start_angle(self, input: Option<f64>) -> Self
pub fn set_start_angle(self, input: Option<f64>) -> Self
The start angle of a radar chart's axis.
sourcepub fn get_start_angle(&self) -> &Option<f64>
pub fn get_start_angle(&self) -> &Option<f64>
The start angle of a radar chart's axis.
sourcepub fn visual_palette(self, input: VisualPalette) -> Self
pub fn visual_palette(self, input: VisualPalette) -> Self
The palette (chart color) display setup of the visual.
sourcepub fn set_visual_palette(self, input: Option<VisualPalette>) -> Self
pub fn set_visual_palette(self, input: Option<VisualPalette>) -> Self
The palette (chart color) display setup of the visual.
sourcepub fn get_visual_palette(&self) -> &Option<VisualPalette>
pub fn get_visual_palette(&self) -> &Option<VisualPalette>
The palette (chart color) display setup of the visual.
sourcepub fn alternate_band_colors_visibility(self, input: Visibility) -> Self
pub fn alternate_band_colors_visibility(self, input: Visibility) -> Self
Determines the visibility of the colors of alternatign bands in a radar chart.
sourcepub fn set_alternate_band_colors_visibility(
self,
input: Option<Visibility>
) -> Self
pub fn set_alternate_band_colors_visibility( self, input: Option<Visibility> ) -> Self
Determines the visibility of the colors of alternatign bands in a radar chart.
sourcepub fn get_alternate_band_colors_visibility(&self) -> &Option<Visibility>
pub fn get_alternate_band_colors_visibility(&self) -> &Option<Visibility>
Determines the visibility of the colors of alternatign bands in a radar chart.
sourcepub fn alternate_band_even_color(self, input: impl Into<String>) -> Self
pub fn alternate_band_even_color(self, input: impl Into<String>) -> Self
The color of the even-numbered alternate bands of a radar chart.
sourcepub fn set_alternate_band_even_color(self, input: Option<String>) -> Self
pub fn set_alternate_band_even_color(self, input: Option<String>) -> Self
The color of the even-numbered alternate bands of a radar chart.
sourcepub fn get_alternate_band_even_color(&self) -> &Option<String>
pub fn get_alternate_band_even_color(&self) -> &Option<String>
The color of the even-numbered alternate bands of a radar chart.
sourcepub fn alternate_band_odd_color(self, input: impl Into<String>) -> Self
pub fn alternate_band_odd_color(self, input: impl Into<String>) -> Self
The color of the odd-numbered alternate bands of a radar chart.
sourcepub fn set_alternate_band_odd_color(self, input: Option<String>) -> Self
pub fn set_alternate_band_odd_color(self, input: Option<String>) -> Self
The color of the odd-numbered alternate bands of a radar chart.
sourcepub fn get_alternate_band_odd_color(&self) -> &Option<String>
pub fn get_alternate_band_odd_color(&self) -> &Option<String>
The color of the odd-numbered alternate bands of a radar chart.
sourcepub fn category_axis(self, input: AxisDisplayOptions) -> Self
pub fn category_axis(self, input: AxisDisplayOptions) -> Self
The category axis of a radar chart.
sourcepub fn set_category_axis(self, input: Option<AxisDisplayOptions>) -> Self
pub fn set_category_axis(self, input: Option<AxisDisplayOptions>) -> Self
The category axis of a radar chart.
sourcepub fn get_category_axis(&self) -> &Option<AxisDisplayOptions>
pub fn get_category_axis(&self) -> &Option<AxisDisplayOptions>
The category axis of a radar chart.
sourcepub fn category_label_options(self, input: ChartAxisLabelOptions) -> Self
pub fn category_label_options(self, input: ChartAxisLabelOptions) -> Self
The category label options of a radar chart.
sourcepub fn set_category_label_options(
self,
input: Option<ChartAxisLabelOptions>
) -> Self
pub fn set_category_label_options( self, input: Option<ChartAxisLabelOptions> ) -> Self
The category label options of a radar chart.
sourcepub fn get_category_label_options(&self) -> &Option<ChartAxisLabelOptions>
pub fn get_category_label_options(&self) -> &Option<ChartAxisLabelOptions>
The category label options of a radar chart.
sourcepub fn color_axis(self, input: AxisDisplayOptions) -> Self
pub fn color_axis(self, input: AxisDisplayOptions) -> Self
The color axis of a radar chart.
sourcepub fn set_color_axis(self, input: Option<AxisDisplayOptions>) -> Self
pub fn set_color_axis(self, input: Option<AxisDisplayOptions>) -> Self
The color axis of a radar chart.
sourcepub fn get_color_axis(&self) -> &Option<AxisDisplayOptions>
pub fn get_color_axis(&self) -> &Option<AxisDisplayOptions>
The color axis of a radar chart.
sourcepub fn color_label_options(self, input: ChartAxisLabelOptions) -> Self
pub fn color_label_options(self, input: ChartAxisLabelOptions) -> Self
The color label options of a radar chart.
sourcepub fn set_color_label_options(
self,
input: Option<ChartAxisLabelOptions>
) -> Self
pub fn set_color_label_options( self, input: Option<ChartAxisLabelOptions> ) -> Self
The color label options of a radar chart.
sourcepub fn get_color_label_options(&self) -> &Option<ChartAxisLabelOptions>
pub fn get_color_label_options(&self) -> &Option<ChartAxisLabelOptions>
The color label options of a radar chart.
sourcepub fn legend(self, input: LegendOptions) -> Self
pub fn legend(self, input: LegendOptions) -> Self
The legend display setup of the visual.
sourcepub fn set_legend(self, input: Option<LegendOptions>) -> Self
pub fn set_legend(self, input: Option<LegendOptions>) -> Self
The legend display setup of the visual.
sourcepub fn get_legend(&self) -> &Option<LegendOptions>
pub fn get_legend(&self) -> &Option<LegendOptions>
The legend display setup of the visual.
sourcepub fn axes_range_scale(self, input: RadarChartAxesRangeScale) -> Self
pub fn axes_range_scale(self, input: RadarChartAxesRangeScale) -> Self
The axis behavior options of a radar chart.
sourcepub fn set_axes_range_scale(
self,
input: Option<RadarChartAxesRangeScale>
) -> Self
pub fn set_axes_range_scale( self, input: Option<RadarChartAxesRangeScale> ) -> Self
The axis behavior options of a radar chart.
sourcepub fn get_axes_range_scale(&self) -> &Option<RadarChartAxesRangeScale>
pub fn get_axes_range_scale(&self) -> &Option<RadarChartAxesRangeScale>
The axis behavior options of a radar chart.
sourcepub fn build(self) -> RadarChartConfiguration
pub fn build(self) -> RadarChartConfiguration
Consumes the builder and constructs a RadarChartConfiguration
.
Trait Implementations§
source§impl Clone for RadarChartConfigurationBuilder
impl Clone for RadarChartConfigurationBuilder
source§fn clone(&self) -> RadarChartConfigurationBuilder
fn clone(&self) -> RadarChartConfigurationBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for RadarChartConfigurationBuilder
impl Default for RadarChartConfigurationBuilder
source§fn default() -> RadarChartConfigurationBuilder
fn default() -> RadarChartConfigurationBuilder
source§impl PartialEq for RadarChartConfigurationBuilder
impl PartialEq for RadarChartConfigurationBuilder
source§fn eq(&self, other: &RadarChartConfigurationBuilder) -> bool
fn eq(&self, other: &RadarChartConfigurationBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.