public interface HasMargins<T>
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getMarginBottom() |
java.lang.Integer |
getMarginLeft() |
java.lang.Integer |
getMarginRight() |
java.lang.Integer |
getMarginTop() |
T |
setMarginBottom(java.lang.Integer marginBottom)
Sets bottom spacing between chart and container.
|
T |
setMarginLeft(java.lang.Integer marginLeft)
Sets left-hand spacing between chart and container.
|
T |
setMarginRight(java.lang.Integer marginRight)
Sets right-hand spacing between chart and container.
|
T |
setMarginTop(java.lang.Integer marginTop)
Sets top spacing between chart and container.
|
java.lang.Integer getMarginTop()
T setMarginTop(java.lang.Integer marginTop)
marginTop
- top spacingjava.lang.Integer getMarginBottom()
T setMarginBottom(java.lang.Integer marginBottom)
marginBottom
- bottom spacingjava.lang.Integer getMarginLeft()
T setMarginLeft(java.lang.Integer marginLeft)
SerialChart
or
XYCHart
and AbstractLegend.autoMargins
is true.marginLeft
- left-hand spacingjava.lang.Integer getMarginRight()
T setMarginRight(java.lang.Integer marginRight)
SerialChart
or
XYCHart
and autoMargins property of the legend is true.marginRight
- right-hand spacing