Skip to main content

TickFormatter

Type Alias TickFormatter 

Source
pub type TickFormatter = Arc<dyn Fn(Tick) -> String + Send + Sync>;
Expand description

A function which formats tick values into strings for display on the axis.

Aliased Typeยง

pub struct TickFormatter { /* private fields */ }