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

Class TitleOptions

src/options.rs:50–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50pub struct TitleOptions<'a> {
51 /// The position of the title relative to the chart area.
52 /// Supported values: "above", "below", "middle", "none";
53 pub position: Position,
54
55 /// An object that controls the styling of the chart title.
56 pub style: StyleOption<'a>,
57
58 /// The title text. A `null` value means the title is hidden.
59 pub text: Option<&'a str>,
60}
61
62pub struct TooltipOptions<'a> {
63 /// bool - Whether to show the tooltip.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected