@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 Side extends AbstractConfigurationObject
Note: As of v5.0.12, frame.left
or frame.right
should be used instead.
The side for the frame around a 3D chart.
Constructor and Description |
---|
Side() |
Modifier and Type | Method and Description |
---|---|
Color |
getColor() |
Number |
getSize() |
void |
setColor(Color color)
The color of the panel.
|
void |
setSize(Number size)
The thickness of the panel.
|
public Color getColor()
setColor(Color)
public void setColor(Color color)
Defaults to: transparent
public Number getSize()
setSize(Number)
public void setSize(Number size)
Defaults to: 1
Copyright © 2019. All rights reserved.