pub fn draw_vertical_tick_marks(
    bounds: &Rectangle,
    tick_marks: &Group,
    style: &Appearance,
    placement: &Placement,
    inverse: bool,
    cache: &PrimitiveCache
) -> Primitive
Expand description

Draws tick marks on a vertical axis.

  • bounds - The bounds of the widget to place the tick marks in/outside of.
  • tick_marks - The group of tick marks.
  • style - The tick marks style.
  • placement - The placement of the tick marks relative to the bounds.
  • inverse - Whether to inverse the positions of the tick marks (true) or not (false).