Class NoData

    • Constructor Detail

      • NoData

        public NoData()
    • Method Detail

      • setPosition

        public void setPosition​(Position position)
        The position of the no-data label, relative to the plot area.

        Defaults to: { "x": 0, "y": 0, "align": "center", "verticalAlign": "middle" }

      • setStyle

        public void setStyle​(Style style)
        CSS styles for the no-data label.

        Defaults to: { "fontSize": "12px", "fontWeight": "bold", "color": "#666666" }

      • setUseHTML

        public void setUseHTML​(Boolean useHTML)
        Whether to insert the label as HTML, or as pseudo-HTML rendered with SVG.

        Defaults to: false