public final class PolarAreaOptions extends SingleScaleOptions
Constructor and Description |
---|
PolarAreaOptions(AbstractChart<?,?> chart)
Builds the object storing the chart instance.
|
Modifier and Type | Method and Description |
---|---|
double |
getStartAngle()
Returns the starting angle to draw arcs for the first item in a dataset.
|
void |
setStartAngle(double startAngle)
Sets the starting angle to draw arcs for the first item in a dataset.
|
setAxis
addHandler, generateLegend, getAnimation, getDevicePixelRatio, getElements, getEvents, getHover, getLayout, getLegend, getLegendCallBack, getPlugins, getResponsiveAnimationDuration, getTitle, getTooltips, isAnimationEnable, isMaintainAspectRatio, isResponsive, onClick, onHover, onItemClick, onResize, removeHandler, setAnimationEnabled, setDevicePixelRatio, setEvents, setLegendCallBack, setMaintainAspectRatio, setResponsive, setResponsiveAnimationDuration
onAdd, onRemove
getChart
checkAndGetDoubleValues, checkAndGetEnumValues, checkAndGetIntegerValues, checkAndGetStringValues, checkAndSetDoubleValues, checkAndSetEnumValues, checkAndSetIntegerValues, checkAndSetStringValues, getDoubleArray, getIntegerArray, getJavaScriptObject, getObjectArray, getStringArray, getValue, getValue, getValue, getValue, getValue, getValue, getValue, has, has, hasToBeRegistered, isEmpty, keys, remove, remove, removeIfExists, setDoubleArray, setEnumValueArray, setIntegerArray, setObjectArray, setStringArray, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, toString, type
public PolarAreaOptions(AbstractChart<?,?> chart)
chart
- chart instancepublic void setStartAngle(double startAngle)
startAngle
- starting angle to draw arcs for the first item in a dataset.public double getStartAngle()
Options.getStartAngle()
.