Class DonutChartOptions
java.lang.Object
org.primefaces.model.charts.ChartOptions
org.primefaces.model.charts.pie.PieChartOptions
org.primefaces.model.charts.donut.DonutChartOptions
- All Implemented Interfaces:
Serializable
Used to set options to Donut chart component. DonutChartOptions extends
PieChartOptions- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.primefaces.model.charts.pie.PieChartOptions
getCircumference, getCutout, getRotation, isAnimateRotate, isAnimateScale, setAnimateRotate, setAnimateScale, setCircumference, setCutout, setRotationMethods inherited from class org.primefaces.model.charts.ChartOptions
getAnimation, getAspectRatio, getElements, getLegend, getSubtitle, getTitle, getTooltip, isMaintainAspectRatio, isResponsive, setAnimation, setAspectRatio, setElements, setLegend, setMaintainAspectRatio, setResponsive, setSubtitle, setTitle, setTooltip
-
Constructor Details
-
DonutChartOptions
public DonutChartOptions()
-