| 478 | } |
| 479 | |
| 480 | pub struct LineChartXAxisLabelsOptions<'a> { |
| 481 | /// The maximum rotation angle in degrees. Must be <= 90. |
| 482 | pub max_rotation: i64, |
| 483 | |
| 484 | /// The minimum rotation angle in degrees. Must be >= -90. |
| 485 | pub min_rotation: i64, |
| 486 | |
| 487 | pub style: StyleOption<'a>, |
| 488 | } |
| 489 | |
| 490 | pub struct LineChartXAxisOptions<'a> { |
| 491 | /// The color of the horizontal grid lines. |
nothing calls this directly
no outgoing calls
no test coverage detected