| 86 | } |
| 87 | |
| 88 | pub struct BarChartXAxisLabelsOptions<'a> { |
| 89 | /// The maximum rotation angle in degrees. Must be <= 90. |
| 90 | pub max_rotation: i64, |
| 91 | |
| 92 | /// The minimum rotation angle in degrees. Must be >= -90. |
| 93 | pub min_rotation: i64, |
| 94 | |
| 95 | pub style: StyleOption<'a>, |
| 96 | } |
| 97 | |
| 98 | pub struct BarChartXAxisOptions<'a> { |
| 99 | /// An object that controls the crosshair. |
nothing calls this directly
no outgoing calls
no test coverage detected