public class PlotLabelOptions extends Options
| Modifier and Type | Field and Description |
|---|---|
List<Box> |
boxesToAvoid
An array of boxes to avoid when laying out the labels.
|
Boolean |
connectorAllowed
Allow labels to be placed distant to the graph if necessary, and draw a connector line to the
graph.
|
Integer |
connectorNeighbourDistance
If the label is closer than this to a neighbour graph, draw a connector.
|
Boolean |
enabled
Enable the series label per series.
|
Integer |
maxFontSize
For area-like series, allow the font size to vary so that small areas get a smaller font
size.
|
Integer |
minFontSize
For area-like series, allow the font size to vary so that small areas get a smaller font
size.
|
Boolean |
onArea
Draw the label on the area of an area series.
|
StyleOptions |
style
Styles for the series label.
|
| Constructor and Description |
|---|
PlotLabelOptions() |
@Option public final List<Box> boxesToAvoid
@Option public Boolean connectorAllowed
@Option public Integer connectorNeighbourDistance
@Option public Integer maxFontSize
@Option public Integer minFontSize
@Option public Boolean onArea
@Option public final StyleOptions style
Copyright © 2018 Fujion Framework. All rights reserved.