0

enter image description herei have the sample code in this location, i want to plot only one year record in the line graph. example: in 2011, Total number of male is 70, i want to plot this into line graph, example screen shot attache in this thread.

$DataSet->AddPoint(array("2011"=>7));  

Code Ref

Bharanikumar
  • 25,457
  • 50
  • 131
  • 201

1 Answers1

0
$DataSet->AddPoint(array("2011"=>7, "2012"=>70));

Or didn't I understand your question?

Joran Den Houting
  • 3,149
  • 3
  • 21
  • 51