public interface IsDefaultLegend
Modifier and Type | Method and Description |
---|---|
IsDefaultLegendLabels |
getLabels()
Returns labels object defaults.
|
Position |
getPosition()
Returns the position of the legend.
|
boolean |
isDisplay()
Returns if the legend is shown.
|
boolean |
isFullWidth()
Returns if marks that this box should take the full width of the canvas (pushing down other boxes)
|
boolean |
isReverse()
Returns if the legend will show datasets in reverse order.
|
IsDefaultLegendLabels getLabels()
boolean isDisplay()
boolean isFullWidth()
boolean isReverse()
Position getPosition()