background image

 

// depending on what was specified in the SetLabelType() above.

$lbl

 = 

array

(“adam\n%.1f%%”,”bertil\n%.1f%%”,”johan\n%.1f%%”,

         

“peter\n%.1f%%”,”daniel\n%.1f%%”,”erik\n%.1f%%”);

$p1

->SetLabels(

$lbl

);

// Uncomment this line to remove the borders around the slices
// $p1->ShowBorder(false);
// Add drop shadow to slices

$p1

->SetShadow();

// Explode all slices 15 pixels

$p1

->ExplodeAll(15);

// Setup the CSIM targets

$targ

=

array

(“piec_csimex1.php#1″,”piec_csimex1.php#2″,”piec_csimex1.php#3″,

        

“piec_csimex1.php#4″,”piec_csimex1.php#5″,”piec_csimex1.php#6″);

$alts

=

array

(“val=%d”,”val=%d”,”val=%d”,”val=%d”,”val=%d”,”val=%d”);

$p1

->SetCSIMTargets(

$targ

,

$alts

);

$p1

->SetMidCSIM(“piec_csimex1.php#7″,”Center”);

// Setup a small help text in the image

$txt

 = 

new

 Text(“Note: This is an example of image map. Hold\nyour mouse over the slices to see 

the values.\nThe URL just points back to this page”);

$txt

->SetFont(FF_FONT1,FS_BOLD);