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

Class Frame

  • All Implemented Interfaces:

    Serializable


    @Generated(value="This class is generated and shouldn\'t be modified",
               comments="Incorrect and missing API should be reported to https://github.com/vaadin/vaadin-charts-flow/issues/new")
    public class Frame
    extends AbstractConfigurationObject

    Provides the option to draw a frame around the charts by defining a bottom, front and back panel.

    See Also:

    Serialized Form

    • 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.