Overview
Pie Chart Data Item
Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
public | action | function():Void | ![]() | ![]() | ![]() |
Action function is called when this data item is clicked on, providing the data item has a visual representation that can be clicked on in the given chart type |
|
public | explodeFactor | Number | ![]() | ![]() | ![]() |
The factor which this data item is exploded from the pie, with 1.0 being none and 2.0 meaning the outside of the slice is twice the radius of the pie. |
|
public | fill | Paint | ![]() | ![]() | ![]() |
The fill used to fill the slice repesenting this data item |
|
public | label | String | ![]() | ![]() | ![]() |
The display laybel text for this data item. ![]() The display laybel text for this data item. This is displayed around the outside of the pie with a line connecting it to the slice |
|
public | stroke | Paint | ![]() | ![]() | ![]() |
The stroke paint for the slice repesenting this data item |
|
public | strokeWidth | Number | ![]() | ![]() | ![]() |
The stroke width for the slice repesenting this data item |
|
public | value | Number | ![]() | ![]() | ![]() |
The value for this data item |