Get the end range value.
(&self)
| 163 | |
| 164 | /// Get the end range value. |
| 165 | fn range_end(&self) -> f32 { |
| 166 | self.range[1] as f32 |
| 167 | } |
| 168 | |
| 169 | /// Get the list of ticks that represent the scale on a chart axis. |
| 170 | fn get_ticks(&self) -> Vec<String> { |