pub struct AxisTitle {
pub text: String,
}Expand description
轴标题(<c:title> 内的纯文本)。
挂在 c:catAx / c:valAx 内,作为坐标轴的标题文本。
ChartData.category_axis_title / ChartData.value_axis_title 为 None 时不输出。
Fields§
§text: String标题文本。
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AxisTitle
impl RefUnwindSafe for AxisTitle
impl Send for AxisTitle
impl Sync for AxisTitle
impl Unpin for AxisTitle
impl UnsafeUnpin for AxisTitle
impl UnwindSafe for AxisTitle
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