You are here

property ChartsGraphsBluff::$orientation in Charts and Graphs 6.2

Same name and namespace in other branches
  1. 7 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;