public final class DefaultChartArc extends Object implements IsDefaultArc
| Modifier and Type | Method and Description | 
|---|---|
| double | getAngle()Returns the arc angle to cover. | 
| String | getBackgroundColorAsString()Returns the background color. | 
| BorderAlign | getBorderAlign()Returns the property to set the border alignment on chart datasets. | 
| String | getBorderColorAsString()Returns the border color. | 
| int | getBorderWidth()Returns the border width. | 
| double | getWeight()Returns the relative thickness of the dataset. Providing a value for weight will cause the pie or doughnut dataset to be drawn with a thickness relative to the sum of all the dataset weight values. | 
public String getBackgroundColorAsString()
IsDefaultOptionsElementgetBackgroundColorAsString in interface IsDefaultOptionsElementpublic int getBorderWidth()
IsDefaultOptionsElementgetBorderWidth in interface IsDefaultOptionsElementpublic String getBorderColorAsString()
IsDefaultOptionsElementgetBorderColorAsString in interface IsDefaultOptionsElementpublic BorderAlign getBorderAlign()
IsDefaultArcgetBorderAlign in interface IsDefaultArcpublic double getWeight()
IsDefaultArcgetWeight in interface IsDefaultArcpublic double getAngle()
IsDefaultArcgetAngle in interface IsDefaultArc