Sector
Properties
- cxNumber - The x-coordinate of center. - DEFAULT: 0 
- cyNumber - The y-coordinate of center. - DEFAULT: 0 
- innerRadiusNumber - The inner radius of the sector. - DEFAULT: 0 
- outerRadiusNumber - The outer radius of the sector. - DEFAULT: 0 
- startAngleNumber - The start angle of the sector. - DEFAULT: 0 
- endAngleNumber - The end angle of the sector. - DEFAULT: 0 
- cornerRadiusNumber - The radius of corners. - DEFAULT: 0 
- forceCornerRadiusBoolean - Whether or not force to render round corner when the angle of sector is very small - DEFAULT: false 
- onClickFunctionoptional - The customized event handler of click on the sector 
- onMouseDownFunctionoptional - The customized event handler of mousedown on the sector 
- onMouseUpFunctionoptional - The customized event handler of mouseup on the sector 
- onMouseMoveFunctionoptional - The customized event handler of mousemove on the sector 
- onMouseOverFunctionoptional - The customized event handler of mouseover on the sector 
- onMouseOutFunctionoptional - The customized event handler of mouseout on the sector 
- onMouseEnterFunctionoptional - The customized event handler of mouseenter on the sector 
- onMouseLeaveFunctionoptional - The customized event handler of mouseleave on the sector