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

Class BarChartXAxisLabelsOptions

src/options.rs:88–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88pub 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
98pub struct BarChartXAxisOptions<'a> {
99 /// An object that controls the crosshair.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected