pub struct Line3DChart { /* private fields */ }Implementations§
Source§impl Line3DChart
impl Line3DChart
pub fn get_grouping(&self) -> &Grouping
pub fn get_grouping_mut(&mut self) -> &mut Grouping
pub fn set_grouping(&mut self, value: Grouping) -> &mut Line3DChart
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 Line3DChart
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 Line3DChart
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 Line3DChart
pub fn add_axis_id(&mut self, value: AxisId) -> &mut Line3DChart
Trait Implementations§
Source§impl Clone for Line3DChart
impl Clone for Line3DChart
Source§fn clone(&self) -> Line3DChart
fn clone(&self) -> Line3DChart
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Line3DChart
impl Debug for Line3DChart
Source§impl Default for Line3DChart
impl Default for Line3DChart
Source§fn default() -> Line3DChart
fn default() -> Line3DChart
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Line3DChart
impl RefUnwindSafe for Line3DChart
impl Send for Line3DChart
impl Sync for Line3DChart
impl Unpin for Line3DChart
impl UnwindSafe for Line3DChart
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