You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.component.charts.model.

Class LegendTitle

    • Constructor Detail

      • LegendTitle

        public LegendTitle()
      • LegendTitle

        public LegendTitle​(String text)
    • Method Detail

      • setStyle

        public void setStyle​(Style style)

        Generic CSS styles for the legend title.

        Defaults to: {"fontWeight":"bold"}

      • setText

        public void setText​(String text)

        A text or HTML string for the title.

        Defaults to: null