com.vaadin.flow.component.charts.model.

Class Frame

    • Constructor Detail

      • Frame

        public Frame()
    • Method Detail

      • setBack

        public void setBack(Back back)

        Defines the back panel of the frame around 3D charts.

      • setBottom

        public void setBottom(Bottom bottom)

        The bottom of the frame around a 3D chart.

      • setSide

        public void setSide(Side side)

        Note: As of v5.0.12, frame.left or frame.right should be used instead.

        The side for the frame around a 3D chart.

      • setTop

        public void setTop(Top top)

        The top of the frame around a 3D chart.