property ChartCanvas::$series in Charts and Graphs 7.2
Same name and namespace in other branches
- 6 charts_graphs.class.inc \ChartCanvas::series
- 7 charts_graphs.class.inc \ChartCanvas::series
An array of series of values. Each element in a series (which is also an array in itself) is a numeric value of "measurement".
<p>e.g.: <pre> $canvas->series = array( 'Some Value' => array(9,6,7,9,5,7,6,9,7), 'Page Views' => array(6,7,9,5,7,6,9,7,3), ); </pre>
File
- ./
charts_graphs.class.inc, line 30 - Contains the main graphs class that is inherited by all submodules
Class
- ChartCanvas
- @file Contains the main graphs class that is inherited by all submodules
Code
var $series;