Private 属性 | |
| boolean | mFillPoints = false |
| boolean | mFillBelowLine = false |
| int | mFillColor = Color.argb(125, 0, 0, 200) |
| PointStyle | mPointStyle = PointStyle.POINT |
| float | mLineWidth = 1 |
A renderer for the XY type series.
|
inline |
Returns the fill below line color.
|
inline |
Returns the chart line width.
|
inline |
Returns the point style.
|
inline |
Returns if the chart should be filled below the line.
|
inline |
Returns if the chart points should be filled.
|
inline |
Sets if the line chart should be filled below its line. Filling below the line transforms a line chart into an area chart.
| fill | the fill below line flag value |
|
inline |
Sets the fill below the line color.
| color | the fill below line color |
|
inline |
Sets if the chart points should be filled.
| fill | the points fill flag value |
|
inline |
Sets the chart line width.
| lineWidth | the line width |
|
inline |
Sets the point style.
| style | the point style |
|
private |
If the chart should be filled below its line.
|
private |
The fill below the chart line color.
|
private |
If the chart points should be filled.
|
private |
The chart line width.
|
private |
The point style.
1.8.8