Class RadarChartOptions
java.lang.Object
org.primefaces.model.charts.ChartOptions
org.primefaces.model.charts.radar.RadarChartOptions
- All Implemented Interfaces:
Serializable
Used to set options to Radar chart component.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the options of radial scalesvoidsetScales(RadialScales scales) Sets the radial scalesMethods 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
-
RadarChartOptions
public RadarChartOptions()
-
-
Method Details
-
getScales
Gets the options of radial scales- Returns:
- scales
-
setScales
Sets the radial scales- Parameters:
scales- TheRadialScalesobject
-