Struct google_sheets4::api::BasicChartAxis[][src]

pub struct BasicChartAxis {
    pub format: Option<TextFormat>,
    pub position: Option<String>,
    pub title: Option<String>,
    pub title_text_position: Option<TextPosition>,
    pub view_window_options: Option<ChartAxisViewWindowOptions>,
}
Expand description

An axis of the chart. A chart may not have more than one axis per axis position.

This type is not used in any activity, and only used as part of another schema.

Fields

format: Option<TextFormat>

The format of the title. Only valid if the axis is not associated with the domain.

position: Option<String>

The position of this axis.

title: Option<String>

The title of this axis. If set, this overrides any title inferred from headers of the data.

title_text_position: Option<TextPosition>

The axis title text position.

view_window_options: Option<ChartAxisViewWindowOptions>

The view window options for this axis.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.