Skip to main content

PlotArea

Struct PlotArea 

Source
pub struct PlotArea { /* private fields */ }

ImplementationsΒ§

SourceΒ§

impl PlotArea

Source

pub fn layout(&self) -> &Layout

Source

pub fn get_layout(&self) -> &Layout

πŸ‘ŽDeprecated since 3.0.0:

Use layout()

Source

pub fn layout_mut(&mut self) -> &mut Layout

Source

pub fn get_layout_mut(&mut self) -> &mut Layout

πŸ‘ŽDeprecated since 3.0.0:

Use layout_mut()

Source

pub fn set_layout(&mut self, value: Layout) -> &mut Self

Source

pub fn line_chart(&self) -> Option<&LineChart>

Source

pub fn get_line_chart(&self) -> Option<&LineChart>

πŸ‘ŽDeprecated since 3.0.0:

Use line_chart()

Source

pub fn line_chart_mut(&mut self) -> Option<&mut LineChart>

Source

pub fn get_line_chart_mut(&mut self) -> Option<&mut LineChart>

πŸ‘ŽDeprecated since 3.0.0:

Use line_chart_mut()

Source

pub fn set_line_chart(&mut self, value: LineChart) -> &mut Self

Source

pub fn line_3d_chart(&self) -> Option<&Line3DChart>

Source

pub fn get_line_3d_chart(&self) -> Option<&Line3DChart>

πŸ‘ŽDeprecated since 3.0.0:

Use line_3d_chart()

Source

pub fn line_3d_chart_mut(&mut self) -> Option<&mut Line3DChart>

Source

pub fn get_line_3d_chart_mut(&mut self) -> Option<&mut Line3DChart>

πŸ‘ŽDeprecated since 3.0.0:

Use line_3d_chart_mut()

Source

pub fn set_line_3d_chart(&mut self, value: Line3DChart) -> &mut Self

Source

pub fn pie_chart(&self) -> Option<&PieChart>

Source

pub fn get_pie_chart(&self) -> Option<&PieChart>

πŸ‘ŽDeprecated since 3.0.0:

Use pie_chart()

Source

pub fn pie_chart_mut(&mut self) -> Option<&mut PieChart>

Source

pub fn get_pie_chart_mut(&mut self) -> Option<&mut PieChart>

πŸ‘ŽDeprecated since 3.0.0:

Use pie_chart_mut()

Source

pub fn set_pie_chart(&mut self, value: PieChart) -> &mut Self

Source

pub fn pie_3d_chart(&self) -> Option<&Pie3DChart>

Source

pub fn get_pie_3d_chart(&self) -> Option<&Pie3DChart>

πŸ‘ŽDeprecated since 3.0.0:

Use pie_3d_chart()

Source

pub fn pie_3d_chart_mut(&mut self) -> Option<&mut Pie3DChart>

Source

pub fn get_pie_3d_chart_mut(&mut self) -> Option<&mut Pie3DChart>

πŸ‘ŽDeprecated since 3.0.0:

Use pie_3d_chart_mut()

Source

pub fn set_pie_3d_chart(&mut self, value: Pie3DChart) -> &mut Self

Source

pub fn doughnut_chart(&self) -> Option<&DoughnutChart>

Source

pub fn get_doughnut_chart(&self) -> Option<&DoughnutChart>

πŸ‘ŽDeprecated since 3.0.0:

Use doughnut_chart()

Source

pub fn doughnut_chart_mut(&mut self) -> Option<&mut DoughnutChart>

Source

pub fn get_doughnut_chart_mut(&mut self) -> Option<&mut DoughnutChart>

πŸ‘ŽDeprecated since 3.0.0:

Use doughnut_chart_mut()

Source

pub fn set_doughnut_chart(&mut self, value: DoughnutChart) -> &mut Self

Source

pub fn scatter_chart(&self) -> Option<&ScatterChart>

Source

pub fn get_scatter_chart(&self) -> Option<&ScatterChart>

πŸ‘ŽDeprecated since 3.0.0:

Use scatter_chart()

Source

pub fn scatter_chart_mut(&mut self) -> Option<&mut ScatterChart>

Source

pub fn get_scatter_chart_mut(&mut self) -> Option<&mut ScatterChart>

πŸ‘ŽDeprecated since 3.0.0:

Use scatter_chart_mut()

Source

pub fn set_scatter_chart(&mut self, value: ScatterChart) -> &mut Self

Source

pub fn bar_chart(&self) -> Option<&BarChart>

Source

pub fn get_bar_chart(&self) -> Option<&BarChart>

πŸ‘ŽDeprecated since 3.0.0:

Use bar_chart()

Source

pub fn bar_chart_mut(&mut self) -> Option<&mut BarChart>

Source

pub fn get_bar_chart_mut(&mut self) -> Option<&mut BarChart>

πŸ‘ŽDeprecated since 3.0.0:

Use bar_chart_mut()

Source

pub fn set_bar_chart(&mut self, value: BarChart) -> &mut Self

Source

pub fn bar_3d_chart(&self) -> Option<&Bar3DChart>

Source

pub fn get_bar_3d_chart(&self) -> Option<&Bar3DChart>

πŸ‘ŽDeprecated since 3.0.0:

Use bar_3d_chart()

Source

pub fn bar_3d_chart_mut(&mut self) -> Option<&mut Bar3DChart>

Source

pub fn get_bar_3d_chart_mut(&mut self) -> Option<&mut Bar3DChart>

πŸ‘ŽDeprecated since 3.0.0:

Use bar_3d_chart_mut()

Source

pub fn set_bar_3d_chart(&mut self, value: Bar3DChart) -> &mut Self

Source

pub fn radar_chart(&self) -> Option<&RadarChart>

Source

pub fn get_radar_chart(&self) -> Option<&RadarChart>

πŸ‘ŽDeprecated since 3.0.0:

Use radar_chart()

Source

pub fn radar_chart_mut(&mut self) -> Option<&mut RadarChart>

Source

pub fn get_radar_chart_mut(&mut self) -> Option<&mut RadarChart>

πŸ‘ŽDeprecated since 3.0.0:

Use radar_chart_mut()

Source

pub fn set_radar_chart(&mut self, value: RadarChart) -> &mut Self

Source

pub fn bubble_chart(&self) -> Option<&BubbleChart>

Source

pub fn get_bubble_chart(&self) -> Option<&BubbleChart>

πŸ‘ŽDeprecated since 3.0.0:

Use bubble_chart()

Source

pub fn bubble_chart_mut(&mut self) -> Option<&mut BubbleChart>

Source

pub fn get_bubble_chart_mut(&mut self) -> Option<&mut BubbleChart>

πŸ‘ŽDeprecated since 3.0.0:

Use bubble_chart_mut()

Source

pub fn set_bubble_chart(&mut self, value: BubbleChart) -> &mut Self

Source

pub fn area_chart(&self) -> Option<&AreaChart>

Source

pub fn get_area_chart(&self) -> Option<&AreaChart>

πŸ‘ŽDeprecated since 3.0.0:

Use area_chart()

Source

pub fn area_chart_mut(&mut self) -> Option<&mut AreaChart>

Source

pub fn get_area_chart_mut(&mut self) -> Option<&mut AreaChart>

πŸ‘ŽDeprecated since 3.0.0:

Use area_chart_mut()

Source

pub fn set_area_chart(&mut self, value: AreaChart) -> &mut Self

Source

pub fn area_3d_chart(&self) -> Option<&Area3DChart>

Source

pub fn get_area_3d_chart(&self) -> Option<&Area3DChart>

πŸ‘ŽDeprecated since 3.0.0:

Use area_3d_chart()

Source

pub fn area_3d_chart_mut(&mut self) -> Option<&mut Area3DChart>

Source

pub fn get_area_3d_chart_mut(&mut self) -> Option<&mut Area3DChart>

πŸ‘ŽDeprecated since 3.0.0:

Use area_3d_chart_mut()

Source

pub fn set_area_3d_chart(&mut self, value: Area3DChart) -> &mut Self

Source

pub fn of_pie_chart(&self) -> Option<&OfPieChart>

Source

pub fn get_of_pie_chart(&self) -> Option<&OfPieChart>

πŸ‘ŽDeprecated since 3.0.0:

Use of_pie_chart()

Source

pub fn of_pie_chart_mut(&mut self) -> Option<&mut OfPieChart>

Source

pub fn get_of_pie_chart_mut(&mut self) -> Option<&mut OfPieChart>

πŸ‘ŽDeprecated since 3.0.0:

Use of_pie_chart_mut()

Source

pub fn set_of_pie_chart(&mut self, value: OfPieChart) -> &mut Self

Source

pub fn category_axis(&self) -> &[CategoryAxis]

Source

pub fn get_category_axis(&self) -> &[CategoryAxis]

πŸ‘ŽDeprecated since 3.0.0:

Use category_axis()

Source

pub fn category_axis_mut(&mut self) -> &mut Vec<CategoryAxis>

Source

pub fn get_category_axis_mut(&mut self) -> &mut Vec<CategoryAxis>

πŸ‘ŽDeprecated since 3.0.0:

Use category_axis_mut()

Source

pub fn set_category_axis( &mut self, value: impl Into<Vec<CategoryAxis>>, ) -> &mut Self

Source

pub fn add_category_axis(&mut self, value: CategoryAxis) -> &mut Self

Source

pub fn date_axis(&self) -> &[DateAxis]

Source

pub fn get_date_axis(&self) -> &[DateAxis]

πŸ‘ŽDeprecated since 3.0.0:

Use date_axis()

Source

pub fn date_axis_mut(&mut self) -> &mut Vec<DateAxis>

Source

pub fn get_date_axis_mut(&mut self) -> &mut Vec<DateAxis>

πŸ‘ŽDeprecated since 3.0.0:

Use date_axis_mut()

Source

pub fn set_date_axis(&mut self, value: impl Into<Vec<DateAxis>>) -> &mut Self

Source

pub fn add_date_axis(&mut self, value: DateAxis) -> &mut Self

Source

pub fn value_axis(&self) -> &[ValueAxis]

Source

pub fn get_value_axis(&self) -> &[ValueAxis]

πŸ‘ŽDeprecated since 3.0.0:

Use value_axis()

Source

pub fn value_axis_mut(&mut self) -> &mut Vec<ValueAxis>

Source

pub fn get_value_axis_mut(&mut self) -> &mut Vec<ValueAxis>

πŸ‘ŽDeprecated since 3.0.0:

Use value_axis_mut()

Source

pub fn set_value_axis(&mut self, value: impl Into<Vec<ValueAxis>>) -> &mut Self

Source

pub fn add_value_axis(&mut self, value: ValueAxis) -> &mut Self

Source

pub fn series_axis(&self) -> &[SeriesAxis]

Source

pub fn get_series_axis(&self) -> &[SeriesAxis]

πŸ‘ŽDeprecated since 3.0.0:

Use series_axis()

Source

pub fn series_axis_mut(&mut self) -> &mut Vec<SeriesAxis>

Source

pub fn get_series_axis_mut(&mut self) -> &mut Vec<SeriesAxis>

πŸ‘ŽDeprecated since 3.0.0:

Use series_axis_mut()

Source

pub fn set_series_axis( &mut self, value: impl Into<Vec<SeriesAxis>>, ) -> &mut Self

Source

pub fn add_series_axis(&mut self, value: SeriesAxis) -> &mut Self

Source

pub fn shape_properties(&self) -> Option<&ShapeProperties>

Source

pub fn get_shape_properties(&self) -> Option<&ShapeProperties>

πŸ‘ŽDeprecated since 3.0.0:

Use shape_properties()

Source

pub fn shape_properties_mut(&mut self) -> Option<&mut ShapeProperties>

Source

pub fn get_shape_properties_mut(&mut self) -> Option<&mut ShapeProperties>

πŸ‘ŽDeprecated since 3.0.0:

Use shape_properties_mut()

Source

pub fn set_shape_properties(&mut self, value: ShapeProperties) -> &mut Self

Source

pub fn set_grouping(&mut self, value: GroupingValues) -> &mut Self

Source

pub fn area_chart_series_list_mut(&mut self) -> &mut AreaChartSeriesList

Source

pub fn get_area_chart_series_list_mut(&mut self) -> &mut AreaChartSeriesList

πŸ‘ŽDeprecated since 3.0.0:

Use area_chart_series_list_mut()

Source

pub fn formula_mut(&mut self) -> Vec<&mut Formula>

Source

pub fn get_formula_mut(&mut self) -> Vec<&mut Formula>

πŸ‘ŽDeprecated since 3.0.0:

Use formula_mut()

Trait ImplementationsΒ§

SourceΒ§

impl Clone for PlotArea

SourceΒ§

fn clone(&self) -> PlotArea

Returns a duplicate of the value. Read more
1.0.0 (const: unstable) Β· SourceΒ§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
SourceΒ§

impl Debug for PlotArea

SourceΒ§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
SourceΒ§

impl Default for PlotArea

SourceΒ§

fn default() -> PlotArea

Returns the β€œdefault value” for a type. Read more

Auto Trait ImplementationsΒ§

Blanket ImplementationsΒ§

SourceΒ§

impl<T> Any for T
where T: 'static + ?Sized,

SourceΒ§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
SourceΒ§

impl<T> Borrow<T> for T
where T: ?Sized,

SourceΒ§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
SourceΒ§

impl<T> BorrowMut<T> for T
where T: ?Sized,

SourceΒ§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
SourceΒ§

impl<T> CloneToUninit for T
where T: Clone,

SourceΒ§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

πŸ”¬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
SourceΒ§

impl<T> From<T> for T

SourceΒ§

fn from(t: T) -> T

Returns the argument unchanged.

SourceΒ§

impl<T, U> Into<U> for T
where U: From<T>,

SourceΒ§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

SourceΒ§

impl<T> Same for T

SourceΒ§

type Output = T

Should always be Self
SourceΒ§

impl<T> ToOwned for T
where T: Clone,

SourceΒ§

type Owned = T

The resulting type after obtaining ownership.
SourceΒ§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
SourceΒ§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
SourceΒ§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

SourceΒ§

type Error = Infallible

The type returned in the event of a conversion error.
SourceΒ§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
SourceΒ§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

SourceΒ§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
SourceΒ§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
SourceΒ§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

SourceΒ§

fn vzip(self) -> V