$Bs_HtmlUtil =
[line 57]
reference to global pseudostatic instance of Bs_HtmlUtil. gets set in the constructor.
Tags:
$chartCaptionX = ''
[line 148]
caption for the x-row.
Tags:
$chartCaptionY = ''
[line 155]
caption for the y-row.
Tags:
$chartHeight = 200
[line 134]
obvious.
Tags:
$chartName = ''
[line 96]
Tags:
$chartSubtype = 'grouped'
[line 120]
for some chart types there are different variants.
bar:
Tags:
$chartTitle = ''
[line 141]
obvious.
Tags:
$chartType = 'bar'
[line 107]
the type of the chart. default is 'bar'. one of:
Tags:
$chartWidth = 300
[line 127]
obvious.
Tags:
$dataRowIn = 'row'
[line 169]
if the data is aligned in rows (default) or in cols.
if this is set to 'col' that means we have to flip the data, that's it.
i'd normally define this as bool $flip but because of the gui i don't.
Tags:
$firstRowTitle =
[line 184]
if the first row is a title row. means it's not numbers to work on.
note that 'row' refers to the effectual data row and may in fact be a column, check $dataRowIn.
if this var is not set by the user then we try to find it out ourself. if the data is numeric then it's not a title row, otherwise it is.
Tags:
$gridHelperX = FALSE
[line 300]
tells if minor (detailed) horizontal grid lines should be used.
default is FALSE.
Tags:
$gridHelperY = FALSE
[line 318]
tells if minor (detailed) vertical grid lines should be used.
default is FALSE.
Tags:
$gridMainX = TRUE
[line 291]
tells if major horizontal grid lines should be used.
default is TRUE.
Tags:
$gridMainY = FALSE
[line 309]
tells if major vertical grid lines should be used.
default is FALSE.
Tags:
$ID = ''
[line 82]
Tags:
$legendAlign =
[line 282]
tells if the legend should be aligned 'hor' or 'vert'.
examples:
this is horizontal
this is vertical
Tags:
$legendInDataWhere = ''
[line 206]
where is the legend data?
this replaces the previous var $firstColLegend, now the legend data can be everywhere: 'colfirst' 'collast' 'rowfirst' 'rowlast' if (empty($legendInDataWhere)) then there is none.
Tags:
$legendLocationX =
[line 255]
tells where the legend should be located on the x-row.
possible values are: 'left', 'center', 'right'.
Tags:
$legendLocationY =
[line 265]
tells where the legend should be located on the y-row.
possible values are: 'top', 'center'. note that 'bottom' is not [yet] supported by jpGraph. dunno why.
Tags:
$legendShow =
[line 246]
tells if the legend is desired.
Tags:
$manualLegend = ''
[line 220]
semicolon-separated string.
Tags:
$useManualLegendInstead = FALSE
[line 212]
Tags: