MCPcopy Create free account
hub / github.com/angular-rust/ux-charts / LineChartXAxisLabelsOptions

Class LineChartXAxisLabelsOptions

src/options.rs:480–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

478}
479
480pub 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
490pub struct LineChartXAxisOptions<'a> {
491 /// The color of the horizontal grid lines.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected