property ChartsGraphsBluff::$orientation in Charts and Graphs 7
Same name and namespace in other branches
- 6.2 apis/charts_graphs_bluff/charts_graphs_bluff.class.inc \ChartsGraphsBluff::orientation
Optional parameter.
It recognizes 3 different settings:
- auto: default behaviour where Bluff tries to identify the proper data orientation;
- rows: rows are mapped as data series;
- columns: columns are mapped as data series.
Type: string
File
- apis/
charts_graphs_bluff/ charts_graphs_bluff.class.inc, line 36 - Implementation of abstract class ChartsGraphsCanvas for Bluff library.
Class
- ChartsGraphsBluff
- Implementation of abstract class ChartsGraphsCanvas for Bluff library.
Code
var $orientation = NULL;