public class RadarChartDataSet extends ChartDataSet
| Constructor and Description | 
|---|
| RadarChartDataSet() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | encode()Write the options of this dataSet | 
| String | getBackgroundColor()Gets the backgroundColor | 
| String | getBorderCapStyle()Gets the borderCapStyle | 
| String | getBorderColor()Gets the borderColor | 
| List<Number> | getBorderDash()Gets the borderDash | 
| Number | getBorderDashOffset()Gets the borderDashOffset | 
| String | getBorderJoinStyle()Gets the borderJoinStyle | 
| Number | getBorderWidth()Gets the borderWidth | 
| List<Number> | getData()Gets the list of data in this dataSet | 
| Object | getFill()Gets the fill | 
| String | getLabel()Gets the label | 
| Number | getLineTension()Gets the lineTension | 
| Object | getPointBackgroundColor()Gets the pointBackgroundColor | 
| Object | getPointBorderColor()Gets the pointBorderColor | 
| Object | getPointBorderWidth()Gets the pointBorderWidth | 
| Object | getPointHitRadius()Gets the pointHitRadius | 
| Object | getPointHoverBackgroundColor()Gets the pointHoverBackgroundColor | 
| Object | getPointHoverBorderColor()Gets the pointHoverBorderColor | 
| Object | getPointHoverBorderWidth()Gets the pointHoverBorderWidth | 
| Object | getPointHoverRadius()Gets the pointHoverRadius | 
| Object | getPointRadius()Gets the pointRadius | 
| Object | getPointStyle()Gets the pointStyle | 
| void | setBackgroundColor(String backgroundColor)Sets the backgroundColor | 
| void | setBorderCapStyle(String borderCapStyle)Sets the borderCapStyle | 
| void | setBorderColor(String borderColor)Sets the borderColor | 
| void | setBorderDash(List<Number> borderDash)Sets the borderDash | 
| void | setBorderDashOffset(Number borderDashOffset)Sets the borderDashOffset | 
| void | setBorderJoinStyle(String borderJoinStyle)Sets the borderJoinStyle | 
| void | setBorderWidth(Number borderWidth)Sets the borderWidth | 
| void | setData(List<Number> data)Sets the list of data in this dataSet | 
| void | setFill(Object fill)Sets the fill | 
| void | setLabel(String label)Sets the label | 
| void | setLineTension(Number lineTension)Sets the lineTension | 
| void | setPointBackgroundColor(Object pointBackgroundColor)Sets the pointBackgroundColor | 
| void | setPointBorderColor(Object pointBorderColor)Sets the pointBorderColor | 
| void | setPointBorderWidth(Object pointBorderWidth)Sets the pointBorderWidth | 
| void | setPointHitRadius(Object pointHitRadius)Sets the pointHitRadius | 
| void | setPointHoverBackgroundColor(Object pointHoverBackgroundColor)Sets the pointHoverBackgroundColor | 
| void | setPointHoverBorderColor(Object pointHoverBorderColor)Sets the pointHoverBorderColor | 
| void | setPointHoverBorderWidth(Object pointHoverBorderWidth)Sets the pointHoverBorderWidth | 
| void | setPointHoverRadius(Object pointHoverRadius)Sets the pointHoverRadius | 
| void | setPointRadius(Object pointRadius)Sets the pointRadius | 
| void | setPointStyle(Object pointStyle)Sets the pointStyle | 
isHidden, setHiddenpublic List<Number> getData()
public void setData(List<Number> data)
data - List<Number> list of datapublic String getLabel()
public void setLabel(String label)
label - The label for the dataset which appears in the legend and tooltipspublic String getBackgroundColor()
public void setBackgroundColor(String backgroundColor)
backgroundColor - The fill color under the linepublic String getBorderColor()
public void setBorderColor(String borderColor)
borderColor - The color of the linepublic Number getBorderWidth()
public void setBorderWidth(Number borderWidth)
borderWidth - The width of the line in pixelspublic void setBorderDash(List<Number> borderDash)
borderDash - Length and spacing of dashespublic Number getBorderDashOffset()
public void setBorderDashOffset(Number borderDashOffset)
borderDashOffset - Offset for line dashespublic String getBorderCapStyle()
public void setBorderCapStyle(String borderCapStyle)
borderCapStyle - Cap style of the linepublic String getBorderJoinStyle()
public void setBorderJoinStyle(String borderJoinStyle)
borderJoinStyle - Line joint stylepublic Object getFill()
public void setFill(Object fill)
fill - How to fill the area under the linepublic Number getLineTension()
public void setLineTension(Number lineTension)
lineTension - Bezier curve tension of the line. Set to 0 to draw straightlines.public Object getPointBackgroundColor()
public void setPointBackgroundColor(Object pointBackgroundColor)
pointBackgroundColor - The fill color for points.public Object getPointBorderColor()
public void setPointBorderColor(Object pointBorderColor)
pointBorderColor - The border color for points.public Object getPointBorderWidth()
public void setPointBorderWidth(Object pointBorderWidth)
pointBorderWidth - The width of the point border in pixels.public Object getPointRadius()
public void setPointRadius(Object pointRadius)
pointRadius - The radius of the point shape. If set to 0, the point is not rendered.public Object getPointStyle()
public void setPointStyle(Object pointStyle)
pointStyle - Style of the pointpublic Object getPointHitRadius()
public void setPointHitRadius(Object pointHitRadius)
pointHitRadius - The pixel size of the non-displayed point that reacts to mouse events.public Object getPointHoverBackgroundColor()
public void setPointHoverBackgroundColor(Object pointHoverBackgroundColor)
pointHoverBackgroundColor - Point background color when hovered.public Object getPointHoverBorderColor()
public void setPointHoverBorderColor(Object pointHoverBorderColor)
pointHoverBorderColor - Point border color when hovered.public Object getPointHoverBorderWidth()
public void setPointHoverBorderWidth(Object pointHoverBorderWidth)
pointHoverBorderWidth - Border width of point when hovered.public Object getPointHoverRadius()
public void setPointHoverRadius(Object pointHoverRadius)
pointHoverRadius - The radius of the point when hovered.public String encode() throws IOException
encode in class ChartDataSetIOException - If an I/O error occursCopyright © 2020. All rights reserved.