pub struct VisualProperties {
pub chart_area: ChartArea,
pub color_scheme: ColorScheme,
pub typography: Typography,
pub grid: Option<GridProperties>,
}Expand description
Visual properties of chart
Fields§
§chart_area: ChartAreaChart area
color_scheme: ColorSchemeColor scheme
typography: TypographyTypography
grid: Option<GridProperties>Grid properties
Trait Implementations§
Source§impl Clone for VisualProperties
impl Clone for VisualProperties
Source§fn clone(&self) -> VisualProperties
fn clone(&self) -> VisualProperties
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 moreAuto Trait Implementations§
impl Freeze for VisualProperties
impl RefUnwindSafe for VisualProperties
impl Send for VisualProperties
impl Sync for VisualProperties
impl Unpin for VisualProperties
impl UnwindSafe for VisualProperties
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