![]() |
CMS
Version 3.9
|
Public Member Functions | |
__construct ($id, $width=300, $height=300, $chartLeft=25, $chartTop=25, $chartWidth=250, $chartHeight=250, $palette="standard") | |
setSize ($width, $height) | |
setContainerSize ($width, $height="0") | |
positionChart ($left, $top, $width, $height) | |
setLabels ($labels) | |
setLabelTooltips ($labelTooltips) | |
setLabelDecorations ($labelDecorations) | |
setLabelSize ($size) | |
setYAxisLabels ($labels) | |
setStrokeWidth ($s) | |
setPalette ($palette) | |
showLegend ($show, $x=0, $y=0) | |
addSeries ($series) | |
autoScale () | |
draw () | |
Definition at line 150 of file histogram.inc.
Histogram::__construct | ( | $id, | |
$width = 300 , |
|||
$height = 300 , |
|||
$chartLeft = 25 , |
|||
$chartTop = 25 , |
|||
$chartWidth = 250 , |
|||
$chartHeight = 250 , |
|||
$palette = "standard" |
|||
) |
Definition at line 210 of file histogram.inc.
Histogram::addSeries | ( | $series | ) |
Definition at line 282 of file histogram.inc.
Histogram::autoScale | ( | ) |
Definition at line 287 of file histogram.inc.
Histogram::draw | ( | ) |
Definition at line 321 of file histogram.inc.
Histogram::positionChart | ( | $left, | |
$top, | |||
$width, | |||
$height | |||
) |
Definition at line 232 of file histogram.inc.
Histogram::setContainerSize | ( | $width, | |
$height = "0" |
|||
) |
Definition at line 226 of file histogram.inc.
Histogram::setLabelDecorations | ( | $labelDecorations | ) |
Definition at line 250 of file histogram.inc.
Histogram::setLabels | ( | $labels | ) |
Definition at line 240 of file histogram.inc.
Histogram::setLabelSize | ( | $size | ) |
Definition at line 255 of file histogram.inc.
Histogram::setLabelTooltips | ( | $labelTooltips | ) |
Definition at line 245 of file histogram.inc.
Histogram::setPalette | ( | $palette | ) |
Definition at line 270 of file histogram.inc.
Histogram::setSize | ( | $width, | |
$height | |||
) |
Histogram::setStrokeWidth | ( | $s | ) |
Definition at line 265 of file histogram.inc.
Histogram::setYAxisLabels | ( | $labels | ) |
Definition at line 260 of file histogram.inc.
Histogram::showLegend | ( | $show, | |
$x = 0 , |
|||
$y = 0 |
|||
) |
Definition at line 275 of file histogram.inc.
Histogram::$animate = false |
Definition at line 170 of file histogram.inc.
Histogram::$canvasBackground = "#FFFFFF" |
Definition at line 191 of file histogram.inc.
Histogram::$caption = "" |
Definition at line 204 of file histogram.inc.
Histogram::$captionAttributes = array() |
Definition at line 208 of file histogram.inc.
Histogram::$captionWidth = 280 |
Definition at line 207 of file histogram.inc.
Histogram::$captionX = 10 |
Definition at line 205 of file histogram.inc.
Histogram::$captionY = 300 |
Definition at line 206 of file histogram.inc.
Histogram::$chartBackground = "#ddd" |
Definition at line 163 of file histogram.inc.
Histogram::$chartHeight |
Definition at line 162 of file histogram.inc.
Histogram::$chartLeft |
Definition at line 159 of file histogram.inc.
Histogram::$chartTop |
Definition at line 160 of file histogram.inc.
Histogram::$chartWidth |
Definition at line 161 of file histogram.inc.
Histogram::$columnMargin = 0.2 |
Definition at line 184 of file histogram.inc.
Histogram::$containerHeight |
Definition at line 158 of file histogram.inc.
Histogram::$containerWidth |
Definition at line 157 of file histogram.inc.
Histogram::$cssClass |
Definition at line 152 of file histogram.inc.
Histogram::$cssStyles |
Definition at line 156 of file histogram.inc.
Histogram::$emboss = false |
Definition at line 172 of file histogram.inc.
Histogram::$emptyValueLabel = "" |
Definition at line 202 of file histogram.inc.
Histogram::$enableDownload = true |
Definition at line 190 of file histogram.inc.
Histogram::$gridStrokeWidth = 1 |
Definition at line 200 of file histogram.inc.
Histogram::$height |
Definition at line 154 of file histogram.inc.
Histogram::$labelAnchor = "middle" |
Definition at line 167 of file histogram.inc.
Histogram::$labelAngle = 0 |
Definition at line 166 of file histogram.inc.
Histogram::$labelOffset = 20 |
Definition at line 168 of file histogram.inc.
Histogram::$labelSize = 12 |
Definition at line 165 of file histogram.inc.
Histogram::$legend = false |
Definition at line 173 of file histogram.inc.
Histogram::$legendLineHeight = 30 |
Definition at line 177 of file histogram.inc.
Histogram::$legendSwatchSize = 20 |
Definition at line 176 of file histogram.inc.
Histogram::$legendX = 0 |
Definition at line 174 of file histogram.inc.
Histogram::$legendY = 0 |
Definition at line 175 of file histogram.inc.
Histogram::$max = 0 |
Definition at line 182 of file histogram.inc.
Histogram::$min = 0 |
Definition at line 183 of file histogram.inc.
Histogram::$morphing = false |
Definition at line 185 of file histogram.inc.
Histogram::$onDrawChart = "null" |
Definition at line 196 of file histogram.inc.
Histogram::$onDrawChartComplete = "null" |
Definition at line 197 of file histogram.inc.
Histogram::$onDrawGrid = "null" |
Definition at line 194 of file histogram.inc.
Histogram::$onDrawGridComplete = "null" |
Definition at line 195 of file histogram.inc.
Histogram::$onDrawLegend = "null" |
Definition at line 198 of file histogram.inc.
Histogram::$onDrawLegendComplete = "null" |
Definition at line 199 of file histogram.inc.
Histogram::$orientation = "vertical" |
Definition at line 155 of file histogram.inc.
Histogram::$palette |
Definition at line 164 of file histogram.inc.
Histogram::$scaleToFit = false |
Definition at line 193 of file histogram.inc.
Histogram::$series = array() |
Definition at line 180 of file histogram.inc.
Histogram::$shadow = true |
Definition at line 171 of file histogram.inc.
Histogram::$showGrid = true |
Definition at line 201 of file histogram.inc.
Histogram::$startIndex = 0 |
Definition at line 186 of file histogram.inc.
Histogram::$strokeWidth = 1 |
Definition at line 169 of file histogram.inc.
Histogram::$ticks = 10 |
Definition at line 181 of file histogram.inc.
Histogram::$title = "" |
Definition at line 188 of file histogram.inc.
Histogram::$titleSize = 20 |
Definition at line 189 of file histogram.inc.
Histogram::$units = "" |
Definition at line 192 of file histogram.inc.
Histogram::$width |
Definition at line 153 of file histogram.inc.
Histogram::$xAxisTitle = "" |
Definition at line 178 of file histogram.inc.
Histogram::$yAxisLabels = array() |
Definition at line 187 of file histogram.inc.
Histogram::$yAxisTitle = "" |
Definition at line 179 of file histogram.inc.