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

Class LineChartYAxisLabelsOptions

src/options.rs:514–520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

512}
513
514pub struct LineChartYAxisLabelsOptions<'a> {
515 /// (num value) -> String - A function that formats the labels.
516 pub formatter: Option<ValueFormatter>,
517
518 /// An object that controls the styling of the axis labels.
519 pub style: StyleOption<'a>,
520}
521pub struct LineChartYAxisOptions<'a> {
522 /// The color of the vertical grid lines.
523 pub grid_line_color: Color,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected