pub struct LineChart { /* private fields */ }Implementations§
Source§impl LineChart
impl LineChart
pub fn get_grouping(&self) -> &Grouping
pub fn get_grouping_mut(&mut self) -> &mut Grouping
pub fn set_grouping(&mut self, value: Grouping) -> &mut Self
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 Self
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 Self
pub fn get_show_marker(&self) -> &ShowMarker
pub fn get_show_marker_mut(&mut self) -> &mut ShowMarker
pub fn set_show_marker(&mut self, value: ShowMarker) -> &mut Self
pub fn get_smooth(&self) -> &Smooth
pub fn get_smooth_mut(&mut self) -> &mut Smooth
pub fn set_smooth(&mut self, value: Smooth) -> &mut Self
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 Self
pub fn add_axis_id(&mut self, value: AxisId) -> &mut Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LineChart
impl RefUnwindSafe for LineChart
impl Send for LineChart
impl Sync for LineChart
impl Unpin for LineChart
impl UnwindSafe for LineChart
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