Contents
Login Register Wishes Forum About
Language Reference » Dataset functions » setScatterSerieDescription
Help topics
Latest updates
4574d  replaceImageMapTitle
4574d  replaceImageMapValues
4574d  createFunctionSerie
4575d  setAbsicssaPosition
4575d  negateValues
Toolbox
  Download as PDF
  Print this page
  Share this page
  Create an account
  Feed the updates!
Google AdSense
setScatterSerieDescription - Define the description of a scatter serie

This function allows you to define the description of a scatter serie. This value will be written in the legend box.

Calling this function
setScatterSerieDescription($ID,$Description)

Where :

ID is the unique ID of the scatter serie to modify.
Description is the description of the scatter serie.


Sample script

 /* Create the pData object */
 $MyData = new pData(); 

 /* Create the two data series that will be used for the scatter coordinates */
 $MyData->addPoints(array(1,2,3,4),"My Serie X");
 $MyData->addPoints(array(4,3,2,1),"My Serie Y");

 /* Associate the two series to create a scatter serie */
 $MyData->setScatterSerie("My Serie X","My Serie Y");

 /* Re-define the scatter serie description */
 $MyData->setScatterSerieDescription(0,"My scatter serie");

Scatter serie 0 will have the description set to "My scatter serie".
Last updated on 01/26/2011 
by Jean-Damien 
Linked resources
  There is no linked topic yet.
Community comments
  No comments have been posted yet.
© Copyrights
Components used on this web site : Famfamfam icons has been made by Mark James, Rounded corners lite has been coded by Cameron Cooke and Tim Hutchison, SyntaxHighlighter has been written by Alex Gorbatchev. pChart and this web site have been created by Jean-Damien POGOLOTTI. This documentation contains 185 pages and 56 comments. 415 users have registered. This page has been rendered in 0,20 seconds. Wiki revision 1.37.