pub struct AreaChart { /* private fields */ }Implementations§
Source§impl AreaChart
impl AreaChart
pub fn get_grouping(&self) -> &Grouping
pub fn get_grouping_mut(&mut self) -> &mut Grouping
pub fn set_grouping(&mut self, value: Grouping) -> &mut AreaChart
pub fn get_vary_colors(&self) -> &VaryColors
pub fn get_vary_colors_mut(&mut self) -> &mut VaryColors
pub fn set_vary_colors(&mut self, value: VaryColors) -> &mut AreaChart
pub fn get_area_chart_series_list(&self) -> &AreaChartSeriesList
pub fn get_area_chart_series_list_mut(&mut self) -> &mut AreaChartSeriesList
pub fn set_area_chart_series_list( &mut self, value: AreaChartSeriesList, ) -> &mut Self
pub fn get_data_labels(&self) -> &DataLabels
pub fn get_data_labels_mut(&mut self) -> &mut DataLabels
pub fn set_data_labels(&mut self, value: DataLabels) -> &mut AreaChart
pub fn get_axis_id(&self) -> &[AxisId]
pub fn get_axis_id_mut(&mut self) -> &mut ThinVec<AxisId>
pub fn set_axis_id( &mut self, value: impl Into<ThinVec<AxisId>>, ) -> &mut AreaChart
pub fn add_axis_id(&mut self, value: AxisId) -> &mut AreaChart
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AreaChart
impl RefUnwindSafe for AreaChart
impl Send for AreaChart
impl Sync for AreaChart
impl Unpin for AreaChart
impl UnwindSafe for AreaChart
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more