Set axis label.
(&mut self, label: String)
| 60 | |
| 61 | /// Set axis label. |
| 62 | pub fn set_axis_label(&mut self, label: String) { |
| 63 | self.label = label; |
| 64 | } |
| 65 | |
| 66 | /// Compute the length of the axis. |
| 67 | fn get_axis_length<'a>(position: AxisPosition, chart: &Chart<'a>) -> isize { |
no outgoing calls
no test coverage detected