Sets ticks on the X axis with specified labels at specified positions. # Arguments `ticks` - The locations and labels of the added ticks. The label can contain a single C printf style floating point formatting specifier which will be replaced by the location of the tic. `tick_options` - Array of TickOption controlling the appearance of the ticks `label_options` - Array of LabelOption<&str> contr
( &'l mut self, ticks: TL, tick_options: &[TickOption<&str>], label_options: &[LabelOption<&str>], )
source not stored for this graph (policy: none)
no test coverage detected