My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
PiePrimitive  
How to use the Pie primitive
Updated May 25, 2010 by fabien.b...@gmail.com

Properties

  • angle : Defines the angle in degree of the primitive
  • explosion : Defines an explode offset for the Pie (from center).
  • gap : Defines the gap of the Pie.
  • innerOffset : Defines an internal offset for the Pie.
  • innerRadius : Defines the inner radius of the primitive.
  • offset : Defines an external offset for the Pie.
  • startAngle : Defines the start angle (in degree) of the primitive

Sample
<uigfx:Pie 
    offset="28" innerOffset="40" 
    innerRadius="0.8" 
    gap="3" explosion="3"
    width="400" height="300" 
    startAngle="40" angle="320">
				
    <uigfx:stroke>
        <s:SolidColorStroke color="#FFFFFF" weight="2" />
    </uigfx:stroke>
				
    <uigfx:fill>
        <s:SolidColor color="#0086C4" alpha="1" />
    </uigfx:fill>

</uigfx:Pie>

Sign in to add a comment
Powered by Google Project Hosting