PieStyler |
PieStyler.setAnnotationType(PieStyler.AnnotationType annotationType) |
Sets the Pie chart's annotation type
|
PieStyler |
PieStyler.setCircular(boolean isCircular) |
Sets whether or not the pie chart is forced to be circular.
|
PieStyler |
PieStyler.setDefaultSeriesRenderStyle(PieSeries.PieSeriesRenderStyle chartPieSeriesRenderStyle) |
Sets the default series render style for the chart (line, scatter, area, etc.) You can override
the series render style individually on each Series object.
|
PieStyler |
PieStyler.setDrawAllAnnotations(boolean drawAllAnnotations) |
By default, only the annotations that will "fit", as determined algorithmically, will be drawn.
|
PieStyler |
PieStyler.setStartAngleInDegrees(double startAngleInDegrees) |
Sets the start angle in degrees.
|
PieStyler |
PieStyler.setSumFont(Font sumFont) |
Sets the font for the sum.
|
PieStyler |
PieStyler.setSumFontSize(float sumFontSize) |
Sets the font size for the sum.
|
PieStyler |
PieStyler.setSumVisible(boolean isSumVisible) |
Sets whether or not the sum is visible in the centre of the pie chart.
|
PieStyler |
PieStyler.setTheme(Theme theme) |
Set the theme the styler should use
|