[][src]Enum oox::shared::drawingml::simpletypes::ChartBuildStep

pub enum ChartBuildStep {
    Category,
    PtInCategory,
    Series,
    PtInSeries,
    AllPts,
    GridLegend,
}

This simple type specifies an animation build step within a chart animation.

Variants

Category

Animate a chart category for this animation build step

PtInCategory

Animate a point in a chart category for this animation build step

Series

Animate a chart series for this animation build step

PtInSeries

Animate a point in a chart series for this animation build step

AllPts

Animate all points within the chart for this animation build step

GridLegend

Animate the chart grid and legend for this animation build step

Trait Implementations

impl Clone for ChartBuildStep[src]

impl Copy for ChartBuildStep[src]

impl Debug for ChartBuildStep[src]

impl FromStr for ChartBuildStep[src]

type Err = ParseError

The associated error which can be returned from parsing.

impl PartialEq<ChartBuildStep> for ChartBuildStep[src]

impl StructuralPartialEq for ChartBuildStep[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.