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

All Implemented Interfaces:

Serializable

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:

  • Constructor Details

    • Frame

      public Frame()
  • Method Details

    • getBack

      public Back getBack()

      See Also:

    • setBack

      public void setBack(Back back)

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

    • getBottom

      public Bottom getBottom()

      See Also:

    • setBottom

      public void setBottom(Bottom bottom)

      The bottom of the frame around a 3D chart.

    • getSide

      public Side getSide()

      See Also:

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

    • getTop

      public Top getTop()

      See Also:

    • setTop

      public void setTop(Top top)

      The top of the frame around a 3D chart.