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

Class TitleOption

src/options.rs:229–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229pub struct TitleOption<'a> {
230 /// An object that controls the styling of the axis title.
231 pub style: StyleOption<'a>,
232
233 /// The title text. A `null` value means the title is hidden.
234 pub text: Option<&'a str>,
235}
236
237impl<'a> Default for BarChartOptions<'a> {
238 fn default() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected