Class Side
java.lang.Object
com.vaadin.flow.component.charts.model.AbstractConfigurationObject
com.vaadin.flow.component.charts.model.Side
- All Implemented Interfaces:
Serializable
Note: As of v5.0.12, frame.left
or frame.right
should be used instead.
The side for the frame around a 3D chart.
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Side
public Side()
-
-
Method Details
-
getColor
- See Also:
-
setColor
The color of the panel.Defaults to: transparent
-
getSize
- See Also:
-
setSize
The thickness of the panel.Defaults to: 1
-