We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.charts.model.
Class Frame
java.lang.Object
com.vaadin.flow.component.charts.model.AbstractConfigurationObject
com.vaadin.flow.component.charts.model.Frame
All Implemented Interfaces:
Provides the option to draw a frame around the charts by defining a bottom, front and back panel.
See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Frame
public Frame()
-
-
Method Details
-
getBack
See Also:
-
setBack
Defines the back panel of the frame around 3D charts.
-
getBottom
See Also:
-
setBottom
The bottom of the frame around a 3D chart.
-
getSide
See Also:
-
setSide
Note: As of v5.0.12,
frame.left
orframe.right
should be used instead.The side for the frame around a 3D chart.
-
getTop
See Also:
-
setTop
The top of the frame around a 3D chart.
-