|
PVGadgets_PieChart (GadgetID,ImageID,x,y,w,h,BackColor,PieBack,PieFront,Progress,FontID, [FontColor]) |
Top Previous Next |
|
Create/Update a PVGadgets PieChart Gadget.
Use: PVGadgets_PieChart(#Gadget,#Image,10,10,100,20,-1,$0000FF,$00FFFF,35)
Progress 0 - 100 (representing %)
BackColor $0 - $FFFFFF (RGB values of background color) -1 - Set Background Color of Form to System Form color
PieBack $0 - $FFFFFF (RGB values of background pie color)
PieFront $0 - $FFFFFF (RGB values of foreground pie color)
FontID (optional) ID of loaded font to use 0 - Use Default System Font
FontColor (optional) $0 - $FFFFFF (RGB values of font color) Default is Black
Example:
|