PHP Класс StackedBarGraph, GotCms

Наследование: extends BarGraph
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$legend_reverse
$multi_graph

Открытые методы

Метод Описание
Values ( $values ) construct multigraph

Защищенные методы

Метод Описание
BarLabel ( $value, &$bar, $offset_y = null ) Overridden to prevent drawing behind higher bars $offset_y should be true for inner bars
Draw ( )
GetHorizontalCount ( ) Find the longest data set
GetKey ( $index ) Returns the key from the MultiGraph
GetMaxKey ( ) Returns the maximum key from the MultiGraph
GetMaxValue ( ) Returns the maximum (stacked) value
GetMinKey ( ) Returns the minimum key from the MultiGraph
GetMinValue ( ) Returns the minimum (stacked) value

Описание методов

BarLabel() защищенный Метод

Overridden to prevent drawing behind higher bars $offset_y should be true for inner bars
protected BarLabel ( $value, &$bar, $offset_y = null )

Draw() защищенный Метод

protected Draw ( )

GetHorizontalCount() защищенный Метод

Find the longest data set
protected GetHorizontalCount ( )

GetKey() защищенный Метод

Returns the key from the MultiGraph
protected GetKey ( $index )

GetMaxKey() защищенный Метод

Returns the maximum key from the MultiGraph
protected GetMaxKey ( )

GetMaxValue() защищенный Метод

Returns the maximum (stacked) value
protected GetMaxValue ( )

GetMinKey() защищенный Метод

Returns the minimum key from the MultiGraph
protected GetMinKey ( )

GetMinValue() защищенный Метод

Returns the minimum (stacked) value
protected GetMinValue ( )

Values() публичный Метод

construct multigraph
public Values ( $values )

Описание свойств

$legend_reverse защищенное свойство

protected $legend_reverse

$multi_graph защищенное свойство

protected $multi_graph