Struct astrup::mark::Tick [] [src]

pub struct Tick { /* fields omitted */ }

Tick

Indicator used by an axis to serve as a reference for the displayed data. This can extend to both sides of the mark it is associated with.

Methods

impl Tick
[src]

[src]

Create and return a new Tick

[src]

Set the tick width

[src]

Set both the positive and negative tick length

[src]

Set the tick positive length

[src]

Set the tick negative length

[src]

Set the tick direction

[src]

Set the tick color

[src]

Set the tick color

[src]

Set the tick color

[src]

Return the tick color

[src]

Return the tick direction

[src]

Return the tick width

[src]

Return the positive tick length

[src]

Return the negative tick length

[src]

Fit the tick to a parent mark frame

[src]

Draw the tick mark

Trait Implementations

impl Clone for Tick
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Tick
[src]

[src]

Formats the value using the given formatter.