public class StyleChart extends Style
Modifier and Type | Class and Description |
---|---|
static class |
StyleChart.Builder |
Modifier and Type | Field and Description |
---|---|
protected java.lang.Double |
axisStrokeWidth |
static java.lang.Double |
DEFAULT_CHART_MARGIN_BOTTOM |
static java.lang.Double |
DEFAULT_CHART_MARGIN_LEFT |
static java.lang.Double |
DEFAULT_CHART_MARGIN_RIGHT |
static java.lang.Double |
DEFAULT_CHART_MARGIN_TOP |
protected java.lang.Double |
pointSize |
protected java.lang.String[] |
seriesColors |
protected java.lang.Double |
strokeWidth |
protected StyleText |
titleStyle |
backgroundColor, marginBottom, marginLeft, marginRight, marginTop, marginUnit
public static final java.lang.Double DEFAULT_CHART_MARGIN_TOP
public static final java.lang.Double DEFAULT_CHART_MARGIN_BOTTOM
public static final java.lang.Double DEFAULT_CHART_MARGIN_LEFT
public static final java.lang.Double DEFAULT_CHART_MARGIN_RIGHT
protected java.lang.Double strokeWidth
protected java.lang.Double pointSize
protected java.lang.String[] seriesColors
protected java.lang.Double axisStrokeWidth
protected StyleText titleStyle