Constructor
new module:Pie(positionDefinition, radius, startAngle, endAngle, optionsopt)
Pie constructor
Parameters:
| Name | Type | Attributes | Description | 
|---|---|---|---|
positionDefinition | PositionDefinition | Position of the center  | |
radius | Number | Circle radius  | |
startAngle | Number | Angle beginning the arc  | |
endAngle | Number | Angle ending the arc  | |
options | ComponentOptions | <optional> | Specific options  | 
- Source
 
