pub struct BarChart { /* private fields */ }Implementations§
Source§impl BarChart
impl BarChart
pub fn get_bar_direction(&self) -> &BarDirection
pub fn get_bar_direction_mut(&mut self) -> &mut BarDirection
pub fn set_bar_direction(&mut self, value: BarDirection) -> &mut BarChart
pub fn get_grouping(&self) -> &Grouping
pub fn get_grouping_mut(&mut self) -> &mut Grouping
pub fn set_grouping(&mut self, value: Grouping) -> &mut BarChart
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 BarChart
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 BarChart
pub fn get_gap_width(&self) -> &GapWidth
pub fn get_gap_width_mut(&mut self) -> &mut GapWidth
pub fn set_gap_width(&mut self, value: GapWidth) -> &mut BarChart
pub fn get_overlap(&self) -> &Overlap
pub fn get_overlap_mut(&mut self) -> &mut Overlap
pub fn set_overlap(&mut self, value: Overlap) -> &mut BarChart
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 BarChart
pub fn add_axis_id(&mut self, value: AxisId) -> &mut BarChart
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BarChart
impl RefUnwindSafe for BarChart
impl Send for BarChart
impl Sync for BarChart
impl Unpin for BarChart
impl UnwindSafe for BarChart
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